src/Tools/VSCode/extension/package.json
changeset 75133 6df13a4ce259
parent 75129 49f9fa8f9601
child 75134 c04ccea8bdd2
equal deleted inserted replaced
75132:e349c2da30d2 75133:6df13a4ce259
    32         "onCommand:isabelle.preview",
    32         "onCommand:isabelle.preview",
    33         "onCommand:isabelle.preview-split"
    33         "onCommand:isabelle.preview-split"
    34     ],
    34     ],
    35     "main": "./out/src/extension",
    35     "main": "./out/src/extension",
    36     "contributes": {
    36     "contributes": {
       
    37         "viewsContainers": {
       
    38             "panel": [
       
    39                 {
       
    40                     "id": "isabelle",
       
    41                     "title": "Isabelle",
       
    42                     "icon": "isabelle.png"
       
    43                 }
       
    44             ]
       
    45         },
       
    46         "views": {
       
    47             "isabelle": [
       
    48                 {
       
    49                     "type": "webview",
       
    50                     "id": "isabelle-output",
       
    51                     "name": "Output"
       
    52                 }
       
    53             ]
       
    54         },
    37         "commands": [
    55         "commands": [
    38             {
    56             {
    39                 "command": "isabelle.state",
    57                 "command": "isabelle.state",
    40                 "title": "Show State",
    58                 "title": "Show State",
    41                 "category": "Isabelle"
    59                 "category": "Isabelle"