From 7138c673bf9580a8bd4a5aa2553e1a495b017ffb Mon Sep 17 00:00:00 2001 From: JinmingYang <2214962083@qq.com> Date: Fri, 5 Jul 2024 10:12:10 +0800 Subject: [PATCH] fix: try fix command not found issue --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 9fdf543..69a71aa 100644 --- a/package.json +++ b/package.json @@ -101,12 +101,10 @@ ], "editor/context": [ { - "when": "editorTextFocus || editorHasSelection", "command": "aide.codeViewerHelper", "group": "0_navigation@0" }, { - "when": "editorTextFocus || editorHasSelection", "command": "aide.codeConvert", "group": "0_navigation@1" }