Skip to content

Commit 0458b82

Browse files
committed
fix: remove deprecated command from package.json
1 parent fb03e04 commit 0458b82

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.changeset/kind-ravens-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"google-workspace-vscode-extension": patch
3+
---
4+
5+
Remove old command.

packages/vscode-extension/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@
4040
"type": "module",
4141
"main": "./out/extension.cjs",
4242
"contributes": {
43-
"commands": [
44-
{
45-
"command": "google-workspace.previewCard",
46-
"title": "Preview Google Workspace Card JSON"
47-
}
48-
]
43+
"commands": []
4944
},
5045
"activationEvents": [
5146
"onStartupFinished"

0 commit comments

Comments
 (0)