Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
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
6 changes: 3 additions & 3 deletions src/GitHub.VisualStudio/GitHub.VisualStudio.vsct
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@

<!-- Import the standard ImageCatalogGuid monikers -->
<Include href="KnownImageIds.vsct"/>

<!-- This is the file that defines the actual layout and type of the commands.
It is divided in different sections (e.g. command definition, command
placement, ...), with each defining a specific set of properties.
Expand DownExpand Up@@ -185,7 +185,7 @@
</Button>

<Button guid="guidGitHubToolbarCmdSet" id="githubCommand" type="Button">
<Icon guid="guidImages" id="logo_toolbar" />
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
<CommandFlag>IconIsMoniker</CommandFlag>
<CommandFlag>DefaultDisabled</CommandFlag>
<Strings>
Expand DownExpand Up@@ -230,7 +230,7 @@
</Button>

<Button guid="guidContextMenuSet" id="openLinkCommand" type="Button">
<Icon guid="guidImages" id="link_external" />
<Icon guid="ImageCatalogGuid" id="OpenWebSite" />
<CommandFlag>IconIsMoniker</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
Expand Down