mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
fix(code-server): set integrated terminal inactive cursor to none
This commit is contained in:
parent
1cff2a8545
commit
a1442aea86
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@
|
||||||
"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": "line"
|
"terminal.integrated.cursorStyleInactive": "none"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue