tuned message;
authorwenzelm
Mon, 28 Feb 2022 12:56:13 +0100
changeset 75165 19454aac373c
parent 75164 837bcbe60837
child 75166 1f6da5d18340
tuned message;
src/Tools/VSCode/src/vscode_setup.scala
--- a/src/Tools/VSCode/src/vscode_setup.scala	Mon Feb 28 12:53:17 2022 +0100
+++ b/src/Tools/VSCode/src/vscode_setup.scala	Mon Feb 28 12:56:13 2022 +0100
@@ -36,16 +36,16 @@
     (install_ok, install_dir)
   }
 
-  val init_settings = """{
-  "editor.fontFamily": "'Isabelle DejaVu Sans Mono'",
-  "editor.fontSize": 18,
-  "editor.lineNumbers": "off",
-  "editor.renderIndentGuides": false,
-  "editor.rulers": [80, 100],
-  "update.mode": "none",
-  "extensions.autoCheckUpdates": false,
-  "extensions.autoUpdate": false
-}
+  val init_settings = """  {
+    "editor.fontFamily": "'Isabelle DejaVu Sans Mono'",
+    "editor.fontSize": 18,
+    "editor.lineNumbers": "off",
+    "editor.renderIndentGuides": false,
+    "editor.rulers": [80, 100],
+    "update.mode": "none",
+    "extensions.autoCheckUpdates": false,
+    "extensions.autoUpdate": false
+  }
 """
 
 
@@ -219,7 +219,7 @@
   prints its directory location.
 
   The following initial settings are provided for a fresh installation:
-""" + cat_lines(split_lines(init_settings).map(s => "  " + s)) + "\n",
+""" + init_settings,
         "C" -> (_ => check = true),
         "U:" -> (arg => download_url = arg),
         "V:" -> (arg => version = arg),