From de598e55a69201038a903fc0e4af5f0143e77011 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 9 Sep 2023 14:00:09 +0200 Subject: [PATCH] Hide system goroutines in callstack I have never found a reason to see them, and they just pollute the stack window unnecessarily. --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index fcf19081f..26d682ff6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,7 @@ "--debug", "--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml" ], + "hideSystemGoroutines": true, "console": "integratedTerminal", "presentation": { "hidden": true