diff --git a/package.json b/package.json index 502ef20..2f6e19c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,15 @@ "category": "Recombobulator", "title": "base64 encode" } - ] + ], + "menus": { + "commandPalette": [ + { + "command": "recombobulator.base64", + "when": "editorHasSelection" + } + ] + } }, "scripts": { "vscode:prepublish": "npm run package",