We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dc2fe commit d8b7d67Copy full SHA for d8b7d67
1 file changed
src/GitHubActionsVSPackage.cs
@@ -10,6 +10,7 @@
10
11
namespace GitHubActionsVS;
12
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
13
+[InstalledProductRegistration(Vsix.Name, Vsix.Description, Vsix.Id)]
14
[ProvideToolWindow(typeof(ActionsToolWindow.Pane), Style = VsDockStyle.Tabbed, Window = WindowGuids.SolutionExplorer)]
15
[ProvideOptionPage(typeof(OptionsProvider.ExtensionOptionsOptions), "GitHub", "Actions", 0, 0, true, SupportsProfiles = true)]
16
[ProvideMenuResource("Menus.ctmenu", 1)]
0 commit comments