Hide system goroutines in callstack

I have never found a reason to see them, and they just pollute the stack window
unnecessarily.
This commit is contained in:
Stefan Haller
2023-09-10 11:47:25 +02:00
parent 0fd8392067
commit de598e55a6
+1
View File
@@ -11,6 +11,7 @@
"--debug",
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
],
"hideSystemGoroutines": true,
"console": "integratedTerminal",
"presentation": {
"hidden": true