src/Tools/VSCode/extension/package.json
changeset 64734 12558536d977
parent 64696 e991a4fab0dc
child 64735 4ad6d21545bd
equal deleted inserted replaced
64733:20174e871623 64734:12558536d977
    34             "properties": {
    34             "properties": {
    35                 "isabelle.home": {
    35                 "isabelle.home": {
    36                     "type": "string",
    36                     "type": "string",
    37                     "default": "",
    37                     "default": "",
    38                     "description": "ISABELLE_HOME directory"
    38                     "description": "ISABELLE_HOME directory"
       
    39                 },
       
    40                 "isabelle.arguments": {
       
    41                     "type": "array",
       
    42                     "items": { "type": "string" },
       
    43                     "default": [],
       
    44                     "description": "command-line arguments for isabelle vscode_server"
    39                 }
    45                 }
    40             }
    46             }
    41         }
    47         }
    42     },
    48     },
    43     "scripts": {
    49     "scripts": {