Skip to content

Commit d8b7d67

Browse files
committed
adding product registration for VS
1 parent c2dc2fe commit d8b7d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHubActionsVSPackage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace GitHubActionsVS;
1212
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
13+
[InstalledProductRegistration(Vsix.Name, Vsix.Description, Vsix.Id)]
1314
[ProvideToolWindow(typeof(ActionsToolWindow.Pane), Style = VsDockStyle.Tabbed, Window = WindowGuids.SolutionExplorer)]
1415
[ProvideOptionPage(typeof(OptionsProvider.ExtensionOptionsOptions), "GitHub", "Actions", 0, 0, true, SupportsProfiles = true)]
1516
[ProvideMenuResource("Menus.ctmenu", 1)]

0 commit comments

Comments
 (0)