feat(code-server): set integrated terminal cursor to line

This commit is contained in:
Victor Westerlund 2025-10-28 08:36:24 +01:00
parent 595107f6bf
commit fb59ab2b70
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -14,5 +14,7 @@
"workbench.startupEditor": "none",
"workbench.activityBar.location": "top",
"workbench.panel.showLabels": false,
"terminal.integrated.copyOnSelection": true
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "line"
}