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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/58
This commit is contained in:
Victor Westerlund 2025-10-28 08:37:30 +01:00
parent 595107f6bf
commit 1cff2a8545

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