This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 xmlns =" http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable"
44 xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
55
6+ <!-- Import the standard ImageCatalogGuid monikers -->
7+ <Include href =" KnownImageIds.vsct" />
8+
69 <!-- This is the file that defines the actual layout and type of the commands.
710 It is divided in different sections (e.g. command definition, command
811 placement, ...), with each defining a specific set of properties.
182185 </Button >
183186
184187 <Button guid =" guidGitHubToolbarCmdSet" id =" githubCommand" type =" Button" >
185- <Icon guid =" guidImages " id =" logo_toolbar " />
188+ <Icon guid =" ImageCatalogGuid " id =" OpenWebSite " />
186189 <CommandFlag >IconIsMoniker</CommandFlag >
187190 <CommandFlag >DefaultDisabled</CommandFlag >
188191 <Strings >
215218 </Button >
216219
217220 <Button guid =" guidContextMenuSet" id =" openLinkCommand" type =" Button" >
218- <Icon guid =" guidImages " id =" link_external " />
221+ <Icon guid =" ImageCatalogGuid " id =" OpenWebSite " />
219222 <CommandFlag >IconIsMoniker</CommandFlag >
220223 <CommandFlag >DefaultInvisible</CommandFlag >
221224 <CommandFlag >DynamicVisibility</CommandFlag >
You can’t perform that action at this time.
0 commit comments