fix(code-server): don't open console on debug session start (#64)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/64
This commit is contained in:
Victor Westerlund 2025-11-04 10:37:07 +01:00
parent c9db2ff61a
commit e5301dc413

View file

@ -16,5 +16,6 @@
"workbench.panel.showLabels": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "none"
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen"
}