Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions src/GitHub.VisualStudio/GitHub.VisualStudio.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<Parent guid="guidContextMenuSet" id="idGitHubContextMenu"/>
</Group>

<Group guid="guidGitHubToolbarCmdSet" id="idTeamExplorerToolbarMenuGroup" priority="0x0300">
<Parent guid="guidTfsPackageGrpSet" id="itbrTeamExplorer" />
</Group>
</Groups>

<Menus>
Expand Down Expand Up @@ -191,7 +194,7 @@
<ButtonText>Blame</ButtonText>
</Strings>
</Button>

<Button guid="guidContextMenuSet" id="openFileInSolutionCommand" type="Button">
<Icon guid="guidImages" id="logo" />
<CommandFlag>IconIsMoniker</CommandFlag>
Expand Down Expand Up @@ -268,7 +271,11 @@
<Parent guid="guidGitHubToolbarCmdSet" id="idGitHubToolbarMenuGroup"/>
</CommandPlacement>

<CommandPlacement guid="guidGitHubToolbarCmdSet" id="helpCommand" priority="0x111">
<CommandPlacement guid="guidGitHubToolbarCmdSet" id="helpCommand" priority="0x112">
<Parent guid="guidGitHubToolbarCmdSet" id="idGitHubToolbarHelpMenuGroup"/>
</CommandPlacement>

<CommandPlacement guid="guidTeamExplorerCmdSet" id="viewTfsTeamExplorerCommand" priority="0x111">
<Parent guid="guidGitHubToolbarCmdSet" id="idGitHubToolbarHelpMenuGroup"/>
</CommandPlacement>

Expand All @@ -277,6 +284,11 @@
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1"/>
</CommandPlacement>

<CommandPlacement guid="guidGitHubCmdSet" id="showGitHubPaneCommand" priority="0x0200">
<!--<Parent guid="guidTfsPackageGrpSet" id="icmdTeamExplorerTBRefresh"/>-->
<Parent guid="guidGitHubToolbarCmdSet" id="idTeamExplorerToolbarMenuGroup"/>
</CommandPlacement>

<!-- Add Connection (Team Explorer) command -->
<CommandPlacement guid="guidGitHubCmdSet" id="addConnectionCommand" priority="0x0100">
<Parent guid="guidGitHubCmdSet" id="idGitHubMenuGroup"/>
Expand All @@ -288,6 +300,19 @@
<!-- This is the package guid. -->
<GuidSymbol name="guidGitHubPkg" value="{c3d3dc68-c977-411f-b3e8-03b0dccf7dfc}" />

<!-- Team Explorer command set -->
<GuidSymbol name="guidTeamExplorerCmdSet" value="{e234e66e-ba64-4d71-b304-16f0a4c793f5}">
<!-- View.TfsTeamExplorer -->
<IDSymbol name="viewTfsTeamExplorerCommand" value="0x4010"/>
</GuidSymbol>

<!-- Team Explorer command set -->
<GuidSymbol name="guidTfsPackageGrpSet" value="{0a014553-a0aa-46dd-8d6b-b8e3178ca435}">
<!-- CommandBar -->
<IDSymbol name="itbrTeamExplorer" value="0x1100"/>
<IDSymbol name="icmdTeamExplorerTBRefresh" value="0x4014" />
</GuidSymbol>

<!-- This is the guid used to group the menu commands together -->
<GuidSymbol name="guidGitHubCmdSet" value="{c4c91892-8881-4588-a5d9-b41e8f540f5a}">
<IDSymbol name="GitHubMenu" value="0x1010"/>
Expand Down Expand Up @@ -318,6 +343,7 @@
<IDSymbol name="idGitHubToolbarMenuGroup" value="0x1110" />
<IDSymbol name="idGitHubToolbarMenuGroup1" value="0x1111" />
<IDSymbol name="idGitHubToolbarHelpMenuGroup" value="0x1112" />
<IDSymbol name="idTeamExplorerToolbarMenuGroup" value="0x1113" />
<IDSymbol name="idGitHubToolbar" value="0x1120" />
<IDSymbol name="backCommand" value="0x300" />
<IDSymbol name="forwardCommand" value="0x301" />
Expand Down