fix(code-server): strip trailing whitespace instead of highlight

This commit is contained in:
Victor Westerlund 2025-11-20 12:03:48 +01:00
parent 4a89252faa
commit 1779297d91
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -18,5 +18,5 @@
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen",
"editor.renderWhitespace": "trailing"
"files.trimTrailingWhitespace": true
}