Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bug 27332508: disable auto install dependencies for manifest-only office add-in #11234

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

richard6094
Copy link
Contributor

fix: bug 27332508: disable auto install dependencies for manifest-only office add-in

jayzhang
jayzhang previously approved these changes Apr 29, 2024
@@ -751,7 +751,7 @@
{
"command": "fx-extension.localdebug",
"title": "%teamstoolkit.commands.localDebug.title%",
"enablement": "!fx-extension.commandLocked",
"enablement": "!fx-extension.commandLocked && !fx-extension.isOfficeAddIn || fx-extension.isOfficeAddIn && !fx-extension.isManifestOnlyOfficeAddIn",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the command can only be enabled when command unlocked

@richard6094 richard6094 requested a review from jayzhang May 8, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants