mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
feat(code-server): set integrated terminal cursor to line
This commit is contained in:
parent
595107f6bf
commit
fb59ab2b70
1 changed files with 3 additions and 1 deletions
|
|
@ -14,5 +14,7 @@
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"workbench.activityBar.location": "top",
|
"workbench.activityBar.location": "top",
|
||||||
"workbench.panel.showLabels": false,
|
"workbench.panel.showLabels": false,
|
||||||
"terminal.integrated.copyOnSelection": true
|
"terminal.integrated.copyOnSelection": true,
|
||||||
|
"terminal.integrated.cursorStyle": "line",
|
||||||
|
"terminal.integrated.cursorStyleInactive": "line"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue