mirror of
https://github.com/nyanotech/recombobulator
synced 2026-02-08 05:37:27 -08:00
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:
12
package.json
12
package.json
@@ -48,20 +48,16 @@
|
||||
"menus": {
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "recombobulator.generate-uuid",
|
||||
"when": "editorFocus"
|
||||
"command": "recombobulator.generate-uuid"
|
||||
},
|
||||
{
|
||||
"command": "recombobulator.base64",
|
||||
"when": "editorHasSelection"
|
||||
"command": "recombobulator.base64"
|
||||
},
|
||||
{
|
||||
"command": "recombobulator.unbase64",
|
||||
"when": "editorHasSelection"
|
||||
"command": "recombobulator.unbase64"
|
||||
},
|
||||
{
|
||||
"command": "recombobulator.rot13",
|
||||
"when": "editorHasSelection"
|
||||
"command": "recombobulator.rot13"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user