From b930c44040e3f2821e26f92db8e35a327178f2bf Mon Sep 17 00:00:00 2001 From: nyanotech Date: Wed, 23 Mar 2022 10:40:32 +0000 Subject: [PATCH] Add a cetegory to the command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 855f82f..502ef20 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "commands": [ { "command": "recombobulator.base64", + "category": "Recombobulator", "title": "base64 encode" } ]