mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
fix(code-server): don't open console on debug session start
This commit is contained in:
parent
c9db2ff61a
commit
72ceb1f2ac
1 changed files with 2 additions and 1 deletions
|
|
@ -16,5 +16,6 @@
|
||||||
"workbench.panel.showLabels": false,
|
"workbench.panel.showLabels": false,
|
||||||
"terminal.integrated.copyOnSelection": true,
|
"terminal.integrated.copyOnSelection": true,
|
||||||
"terminal.integrated.cursorStyle": "line",
|
"terminal.integrated.cursorStyle": "line",
|
||||||
"terminal.integrated.cursorStyleInactive": "none"
|
"terminal.integrated.cursorStyleInactive": "none",
|
||||||
|
"debug.internalConsoleOptions": "neverOpen"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue