当未选中文字时,隐藏 [变量转换] 右键菜单
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"menus": {
|
||||
"editor/context": [
|
||||
{
|
||||
"when": "editorTextFocus",
|
||||
"when": "editorTextFocus && _textSelectionLength >= 1",
|
||||
"command": "variable-conversion.convertCase",
|
||||
"group": "navigation@9"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user