vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
authorThomas Lindae <thomas.lindae@in.tum.de>
Wed, 17 Jul 2024 20:56:27 +0200
changeset 81076 f2e7e240c424
parent 81075 f0341e6b1b30
child 81077 664c1a6cc8c1
vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
src/Tools/VSCode/src/vscode_main.scala
--- a/src/Tools/VSCode/src/vscode_main.scala	Tue Jul 09 16:47:48 2024 +0200
+++ b/src/Tools/VSCode/src/vscode_main.scala	Wed Jul 17 20:56:27 2024 +0200
@@ -146,6 +146,7 @@
     "editor.fontSize": 18,
     "editor.lineNumbers": "off",
     "editor.renderIndentGuides": false,
+    "editor.renderWhitespace": "none",
     "editor.rulers": [80, 100],
     "editor.unicodeHighlight.ambiguousCharacters": false,
     "extensions.autoCheckUpdates": false,