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

This commit is contained in:
Victor Westerlund 2025-11-04 10:36:10 +01:00
parent c9db2ff61a
commit 72ceb1f2ac
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -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"
} }