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

Commit c993f45

Browse files
committed
Disable pane in another way
1 parent 2fb5f32 commit c993f45

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@
187187
</CommandPlacement>
188188

189189
<!-- Show GitHub pane command -->
190-
<CommandPlacement guid="guidGitHubCmdSet" id="showGitHubPaneCommand" priority="0x0100">
190+
<!-- CommandPlacement guid="guidGitHubCmdSet" id="showGitHubPaneCommand" priority="0x0100">
191191
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1"/>
192-
</CommandPlacement>
192+
</CommandPlacement -->
193193

194194
<!-- Add Connection (Team Explorer) command -->
195195
<CommandPlacement guid="guidGitHubCmdSet" id="addConnectionCommand" priority="0x0100">

src/GitHub.VisualStudio/GitHubPackage.cs

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

0 commit comments

Comments
 (0)