src/Tools/VSCode/extension/package.json
changeset 64743 ebaf9d01a964
parent 64738 bcdecd466cb2
child 64749 2450b62574c6
equal deleted inserted replaced
64742:5f946e8887c5 64743:ebaf9d01a964
    40                 "isabelle.home": {
    40                 "isabelle.home": {
    41                     "type": "string",
    41                     "type": "string",
    42                     "default": "",
    42                     "default": "",
    43                     "description": "ISABELLE_HOME directory"
    43                     "description": "ISABELLE_HOME directory"
    44                 },
    44                 },
    45                 "isabelle.arguments": {
    45                 "isabelle.args": {
    46                     "type": "array",
    46                     "type": "array",
    47                     "items": { "type": "string" },
    47                     "items": { "type": "string" },
    48                     "default": [],
    48                     "default": [],
    49                     "description": "command-line arguments for isabelle vscode_server"
    49                     "description": "command-line arguments for isabelle vscode_server"
    50                 }
    50                 }