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

Commit f856aa8

Browse files
committed
Merge pull request #186 from github/patches/georgebearden/context-menus
Update the vs command table to use correct guid/command id for html a…
2 parents ac22943 + cee9fca commit f856aa8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</CommandPlacement>
134134

135135
<CommandPlacement guid="guidContextMenuSet" id="idContextMenuGroup" priority="0x1000">
136-
<Parent guid="GUID_HTML_EDITOR" id="ID_JS_CTXT"/>
136+
<Parent guid="GUID_JSON_EDITOR" id="ID_JSON_CTXT"/>
137137
</CommandPlacement>
138138

139139
<CommandPlacement guid="guidContextMenuSet" id="idContextMenuGroup" priority="0x1000">
@@ -184,9 +184,12 @@
184184
<IDSymbol name="ID_XAML_CTXT" value="259"/>
185185
</GuidSymbol>
186186

187-
<GuidSymbol name="GUID_HTML_EDITOR" value="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}">
188-
<IDSymbol name="ID_HTML_CTXT" value="51"/>
189-
<IDSymbol name="ID_JS_CTXT" value="52"/>
187+
<GuidSymbol name="GUID_HTML_EDITOR" value="{78F03954-2FB8-4087-8CE7-59D71710B3BB}">
188+
<IDSymbol name="ID_HTML_CTXT" value="1"/>
189+
</GuidSymbol>
190+
191+
<GuidSymbol name="GUID_JSON_EDITOR" value="{F718CA06-CF4F-4A0C-9106-E79E9EE5E7CD}">
192+
<IDSymbol name="ID_JSON_CTXT" value="3"/>
190193
</GuidSymbol>
191194

192195
</Symbols>

0 commit comments

Comments
 (0)