Skip to content

Commit

Permalink
Maybe fixed UIContext?
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 2, 2023
1 parent a877f38 commit d22b127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AspireManifestGenPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace AspireManifestGen;
[Guid(PackageGuids.AspireManifestGenString)]
[ProvideOptionPage(typeof(OptionsProvider.GeneralOptions), ".NET Aspire", "Manifest", 0, 0, true)]
[ProvideProfile(typeof(OptionsProvider.GeneralOptions), ".NET Aspire", "Manifest", 0, 0, true)]
[ProvideAutoLoad(UIContextGuid)]
[ProvideAutoLoad(UIContextGuid, PackageAutoLoadFlags.SkipWhenUIContextRulesActive)]
[ProvideUIContextRule(UIContextGuid,
name: "Show on Aspire Project",
expression: "Aspire",
Expand Down

0 comments on commit d22b127

Please sign in to comment.