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:
parent
0fd8392067
commit
de598e55a6
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user