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 11 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
Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 53.84615% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 88.37%. Comparing base (ad8f60c) to head (09c51e1).
Report is 365 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev   #11234      +/-   ##
==========================================
+ Coverage   87.80%   88.37%   +0.56%     
==========================================
  Files         496      536      +40     
  Lines       29744    32484    +2740     
  Branches     5777     6399     +622     
==========================================
+ Hits        26118    28708    +2590     
- Misses       1778     1840      +62     
- Partials     1848     1936      +88     
Files Coverage Δ
packages/vscode-extension/src/globalVariables.ts 81.39% <75.00%> (-1.11%) ⬇️
...ckages/fx-core/src/common/projectSettingsHelper.ts 73.17% <50.00%> (-1.19%) ⬇️
packages/vscode-extension/src/officeDevHandlers.ts 93.75% <40.00%> (-1.49%) ⬇️

... and 89 files with indirect coverage changes

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