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-09 14:00:09 +02:00
parent 0fd8392067
commit de598e55a6

1
.vscode/launch.json vendored
View file

@ -11,6 +11,7 @@
"--debug",
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
],
"hideSystemGoroutines": true,
"console": "integratedTerminal",
"presentation": {
"hidden": true