Skip to content

Commit

Permalink
fix: add plugin in command palette (#12377)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqizhou77 authored Sep 12, 2024
1 parent 6744ee8 commit 7a85440
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,12 @@
"enablement": "fx-extension.isTeamsFx && isWorkspaceTrusted && !fx-extension.commandLocked",
"category": "Teams"
},
{
"command": "fx-extension.addPlugin",
"title": "%teamstoolkit.commandsTreeViewProvider.addPluginTitle%",
"enablement": "fx-extension.isTeamsFx && isWorkspaceTrusted && !fx-extension.commandLocked",
"category": "Teams"
},
{
"command": "fx-extension.openOfficeDevLifecycleLink",
"title": "%teamstoolkit.commands.lifecycleLink.title%",
Expand Down

0 comments on commit 7a85440

Please sign in to comment.