Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ea0d747

Browse files
committed
Pane is not ready for release yet
1 parent 6d3151a commit ea0d747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ namespace GitHub.VisualStudio
3636
[ProvideMenuResource("Menus.ctmenu", 1)]
3737
//[ProvideAutoLoad(UIContextGuids.NoSolution)]
3838
[ProvideAutoLoad("11B8E6D7-C08B-4385-B321-321078CDD1F8")]
39+
#if DEBUG || XAML_DESIGNER
3940
[ProvideToolWindow(typeof(GitHubPane), Orientation = ToolWindowOrientation.Right, Style = VsDockStyle.Tabbed, Window = EnvDTE.Constants.vsWindowKindSolutionExplorer)]
41+
#endif
4042
[ProvideOptionPage(typeof(OptionsPage), "GitHub for Visual Studio", "General", 0, 0, supportsAutomation: true)]
4143
public class GitHubPackage : PackageBase
4244
{

0 commit comments

Comments
 (0)