mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
feat(code-server): render trailing whitespaces (#66)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/66
This commit is contained in:
parent
8c1e48eb20
commit
4a89252faa
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