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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/59
This commit is contained in:
Victor Westerlund 2025-10-29 17:39:05 +01:00
parent 1cff2a8545
commit 034fc0cd84

View file

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