src/Tools/VSCode/extension/package.json
changeset 64734 12558536d977
parent 64696 e991a4fab0dc
child 64735 4ad6d21545bd
--- a/src/Tools/VSCode/extension/package.json	Sun Jan 01 13:15:50 2017 +0100
+++ b/src/Tools/VSCode/extension/package.json	Sun Jan 01 13:38:20 2017 +0100
@@ -36,6 +36,12 @@
                     "type": "string",
                     "default": "",
                     "description": "ISABELLE_HOME directory"
+                },
+                "isabelle.arguments": {
+                    "type": "array",
+                    "items": { "type": "string" },
+                    "default": [],
+                    "description": "command-line arguments for isabelle vscode_server"
                 }
             }
         }