1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

仅当选中了文字后,才显示右键菜单

This commit is contained in:
zhangbk1
2024-04-03 09:58:25 +08:00
parent 35f778517e
commit 24223d0423
2 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
"group": "1_modification@9"
},
{
"when": "editorTextFocus && _textSelectionLength >= 1",
"submenu": "extension.stringConversionMenu",
"group": "1_modification@9"
}