mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +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 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -11,6 +11,7 @@
|
|||
"--debug",
|
||||
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
|
||||
],
|
||||
"hideSystemGoroutines": true,
|
||||
"console": "integratedTerminal",
|
||||
"presentation": {
|
||||
"hidden": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue