From 5d2a74e9cef27b817a874a0a6ff77b057b0fec31 Mon Sep 17 00:00:00 2001 From: Druzhkov Sergei Date: Fri, 6 Jun 2025 23:57:13 +0300 Subject: [PATCH] extension/package.json: fix typo in debug/callstack/context --- extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/package.json b/extension/package.json index db142e59f1..aac738b52b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -3487,7 +3487,7 @@ "debug/callstack/context": [ { "command": "go.debug.toggleHideSystemGoroutines", - "when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)" + "when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))" } ], "editor/context": [