fix(code-server): set integrated terminal inactive cursor to none

This commit is contained in:
Victor Westerlund 2025-10-29 17:37:54 +01:00
parent 1cff2a8545
commit a1442aea86
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

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