src/Tools/VSCode/extension/package.json
changeset 64755 ceb81f4928ea
parent 64752 c23c754f8c58
child 64757 7e3924224769
--- a/src/Tools/VSCode/extension/package.json	Mon Jan 02 15:53:41 2017 +0100
+++ b/src/Tools/VSCode/extension/package.json	Mon Jan 02 17:35:51 2017 +0100
@@ -52,16 +52,21 @@
         "configuration": {
             "title": "Isabelle",
             "properties": {
+                "isabelle.cygwin_root": {
+                    "type": "string",
+                    "default": "",
+                    "description": "Root of Cygwin installation on Windows (e.g. ISABELLE_HOME/cygwin)."
+                },
                 "isabelle.home": {
                     "type": "string",
                     "default": "",
-                    "description": "ISABELLE_HOME directory"
+                    "description": "Main Isabelle directory (ISABELLE_HOME)."
                 },
                 "isabelle.args": {
                     "type": "array",
                     "items": { "type": "string" },
                     "default": [],
-                    "description": "command-line arguments for isabelle vscode_server"
+                    "description": "Command-line arguments for isabelle vscode_server process."
                 }
             }
         }