Skip to content

Commit

Permalink
(#85) Network Viewer - Get webview in sidebar to work
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Apr 12, 2024
1 parent 6cee057 commit 632ae93
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 712 deletions.
12 changes: 6 additions & 6 deletions typescript/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"view/title": [
{
"command": "suibase.settings",
"when": "view == suibaseTreeView",
"when": "view == explorerView",
"group": "navigation@0"
},
{
"command": "suibase.console",
"when": "view == suibaseTreeView",
"when": "view == explorerView",
"group": "navigation@1"
},
{
"command": "suibase.refresh",
"when": "view == suibaseTreeView",
"when": "view == explorerView",
"group": "navigation@2"
}
]
Expand All @@ -61,10 +61,11 @@
"views": {
"suibaseSidebar": [
{
"id": "suibaseTreeView",
"id": "explorerView",
"name": "Suibase",
"icon": "media/dep.svg",
"contextualTitle": "Suibase"
"contextualTitle": "Suibase",
"type": "webview"
}
]
}
Expand Down Expand Up @@ -98,4 +99,3 @@
"ws": "^8.14.2"
}
}

101 changes: 0 additions & 101 deletions typescript/vscode-extension/package.json.with_webview

This file was deleted.

166 changes: 0 additions & 166 deletions typescript/vscode-extension/src/SuibaseSidebar.ts

This file was deleted.

Loading

0 comments on commit 632ae93

Please sign in to comment.