Skip to content

Commit

Permalink
perf(extension): hidden open webview command in commandPalette (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Dec 19, 2024
1 parent 4590eb1 commit ed08283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
}
],
"menus": {
"commandPalette": [
{
"command": "varlet.open-webview",
"when": "false"
}
],
"editor/context": [
{
"command": "varlet.open-playground-by-selection",
Expand Down

0 comments on commit ed08283

Please sign in to comment.