Skip to content

Commit

Permalink
fix: hide update aad manifest command under spfx project (#13007)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuihuiWu-Microsoft authored Jan 7, 2025
1 parent 4a943cb commit 5f395c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
{
"command": "fx-extension.updateAadAppManifest",
"title": "%teamstoolkit.commands.updateAadAppManifest.title%",
"enablement": "fx-extension.isTeamsFx && fx-extension.isAadManifestEnabled && isWorkspaceTrusted",
"enablement": "fx-extension.isTeamsFx && fx-extension.isAadManifestEnabled && isWorkspaceTrusted && !fx-extension.isSPFx",
"category": "Teams"
},
{
Expand Down

0 comments on commit 5f395c1

Please sign in to comment.