From d01fdfb529efc65b6e373b0af9b1b226e847a4f6 Mon Sep 17 00:00:00 2001 From: qinhonwei123 <332944773@qq.com> Date: Mon, 20 Nov 2023 12:52:41 +0800 Subject: [PATCH] add 'Show All Commands' support gop file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63c2a16cfa..a0696ca69c 100644 --- a/package.json +++ b/package.json @@ -2890,7 +2890,7 @@ "group": "Go group 1" }, { - "when": "editorTextFocus && resourceLangId == go", + "when": "editorTextFocus && (resourceLangId == go || resourceLangId == gop)", "command": "gop.show.commands", "group": "Go group 2" }