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

Commit ed5711b

Browse files
committed
Merge master into feature/link-to-vs
2 parents e4c8162 + f856aa8 commit ed5711b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
</CommandPlacement>
142142

143143
<CommandPlacement guid="guidContextMenuSet" id="idContextMenuGroup" priority="0x1000">
144-
<Parent guid="GUID_HTML_EDITOR" id="ID_JS_CTXT"/>
144+
<Parent guid="GUID_JSON_EDITOR" id="ID_JSON_CTXT"/>
145145
</CommandPlacement>
146146

147147
<CommandPlacement guid="guidContextMenuSet" id="idContextMenuGroup" priority="0x1000">
@@ -193,9 +193,12 @@
193193
<IDSymbol name="ID_XAML_CTXT" value="259"/>
194194
</GuidSymbol>
195195

196-
<GuidSymbol name="GUID_HTML_EDITOR" value="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}">
197-
<IDSymbol name="ID_HTML_CTXT" value="51"/>
198-
<IDSymbol name="ID_JS_CTXT" value="52"/>
196+
<GuidSymbol name="GUID_HTML_EDITOR" value="{78F03954-2FB8-4087-8CE7-59D71710B3BB}">
197+
<IDSymbol name="ID_HTML_CTXT" value="1"/>
198+
</GuidSymbol>
199+
200+
<GuidSymbol name="GUID_JSON_EDITOR" value="{F718CA06-CF4F-4A0C-9106-E79E9EE5E7CD}">
201+
<IDSymbol name="ID_JSON_CTXT" value="3"/>
199202
</GuidSymbol>
200203

201204
</Symbols>

src/GitHub.VisualStudio/Settings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ static class GuidList
1414

1515
public static readonly Guid guidGitHubCmdSet = new Guid(guidGitHubCmdSetString);
1616
public static readonly Guid guidGitHubToolbarCmdSet = new Guid(guidGitHubToolbarCmdSetString);
17+
18+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Justification = "Already used in https://github.com/github/VisualStudio/pull/156")]
1719
public static readonly Guid guidContextMenuSet = new Guid(guidContextMenuSetString);
1820
}
1921

0 commit comments

Comments
 (0)