mirror of
https://github.com/nyanotech/recombobulator
synced 2025-12-16 11:30:21 -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:
parent
f9725c4da1
commit
1873d4ae51
12
package.json
12
package.json
@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user