1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-08 23:56:15 +02:00

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", "--debug",
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml" "--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
], ],
"hideSystemGoroutines": true,
"console": "integratedTerminal", "console": "integratedTerminal",
"presentation": { "presentation": {
"hidden": true "hidden": true