Skip to content

Commit

Permalink
fix: optimize the control condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruiqi Yang (from Dev Box) committed May 8, 2024
1 parent d6baefe commit 5479f45
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 @@ -751,7 +751,7 @@
{
"command": "fx-extension.localdebug",
"title": "%teamstoolkit.commands.localDebug.title%",
"enablement": "!fx-extension.commandLocked && !fx-extension.isOfficeAddIn || fx-extension.isOfficeAddIn && !fx-extension.isManifestOnlyOfficeAddIn",
"enablement": "!fx-extension.commandLocked && !fx-extension.isManifestOnlyOfficeAddIn",
"category": "Teams"
},
{
Expand Down

0 comments on commit 5479f45

Please sign in to comment.