--- a/src/Tools/VSCode/extension/package.json Wed Feb 23 16:28:37 2022 +0000
+++ b/src/Tools/VSCode/extension/package.json Wed Feb 23 10:23:19 2022 +0100
@@ -34,6 +34,24 @@
],
"main": "./out/src/extension",
"contributes": {
+ "viewsContainers": {
+ "panel": [
+ {
+ "id": "isabelle",
+ "title": "Isabelle",
+ "icon": "isabelle.png"
+ }
+ ]
+ },
+ "views": {
+ "isabelle": [
+ {
+ "type": "webview",
+ "id": "isabelle-output",
+ "name": "Output"
+ }
+ ]
+ },
"commands": [
{
"command": "isabelle.state",