improve: put line command in navigation menu when single selection

This commit is contained in:
Tony Cheang 2021-02-05 12:13:34 -08:00
parent a25402cb8d
commit fb98a1de1d

View File

@ -312,8 +312,9 @@
"menus": {
"editor/context": [
{
"when": "editorHasSelection",
"command": "kite.related-code-from-line"
"when": "!editorHasMultipleSelections",
"command": "kite.related-code-from-line",
"group": "navigation@5"
}
]
},