Skip to content

Commit c2dc2fe

Browse files
committed
Changing options grouping
1 parent 5f7be61 commit c2dc2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHubActionsVSPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace GitHubActionsVS;
1212
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
1313
[ProvideToolWindow(typeof(ActionsToolWindow.Pane), Style = VsDockStyle.Tabbed, Window = WindowGuids.SolutionExplorer)]
14-
[ProvideOptionPage(typeof(OptionsProvider.ExtensionOptionsOptions), "GitHub Actions for VS", "General", 0, 0, true, SupportsProfiles = true)]
14+
[ProvideOptionPage(typeof(OptionsProvider.ExtensionOptionsOptions), "GitHub", "Actions", 0, 0, true, SupportsProfiles = true)]
1515
[ProvideMenuResource("Menus.ctmenu", 1)]
1616
[Guid(PackageGuids.GitHubActionsVSString)]
1717
[ProvideBindingPath]

0 commit comments

Comments
 (0)