summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-09-09 14:00:09 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-09-10 11:47:25 +0200
commitde598e55a69201038a903fc0e4af5f0143e77011 (patch)
treec57774521635a6e1793ed999901ede42adcae095 /.vscode/launch.json
parent0fd83920676d9999fffbb6c64572e9b425ee98a6 (diff)
Hide system goroutines in callstack
I have never found a reason to see them, and they just pollute the stack window unnecessarily.
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
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