editorFocus doesn't work, might as well also get rid of the other when clauses since there's probably edge cases

This commit is contained in:
nyanotech 2024-02-16 00:46:08 -08:00
parent f9725c4da1
commit 1873d4ae51
Signed by: nyanotech
GPG Key ID: D2D0A9E8F160472B

View File

@ -48,20 +48,16 @@
"menus": { "menus": {
"commandPalette": [ "commandPalette": [
{ {
"command": "recombobulator.generate-uuid", "command": "recombobulator.generate-uuid"
"when": "editorFocus"
}, },
{ {
"command": "recombobulator.base64", "command": "recombobulator.base64"
"when": "editorHasSelection"
}, },
{ {
"command": "recombobulator.unbase64", "command": "recombobulator.unbase64"
"when": "editorHasSelection"
}, },
{ {
"command": "recombobulator.rot13", "command": "recombobulator.rot13"
"when": "editorHasSelection"
} }
] ]
} }