mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
feat(code-server): render trailing whitespaces
This commit is contained in:
parent
e5301dc413
commit
100f278c1e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,5 +17,6 @@
|
|||
"terminal.integrated.copyOnSelection": true,
|
||||
"terminal.integrated.cursorStyle": "line",
|
||||
"terminal.integrated.cursorStyleInactive": "none",
|
||||
"debug.internalConsoleOptions": "neverOpen"
|
||||
"debug.internalConsoleOptions": "neverOpen",
|
||||
"editor.renderWhitespace": "trailing"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue