Skip to content

Commit 00f9671

Browse files
committed
feat: 新增右键菜单终止操作
1 parent 7438ecf commit 00f9671

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@
9090
"group": "cvb@1"
9191
}
9292
],
93-
"commandPalette": [
93+
"editor/context": [
9494
{
95-
"command": "codeReDesign.stopOperation"
95+
"command": "codeReDesign.stopOperation",
96+
"group": "navigation",
97+
"when": "panelFocus && activePanel == 'workbench.panel.output'"
9698
}
9799
]
98100
},

0 commit comments

Comments
 (0)