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

Commit 9399711

Browse files
committed
Add Open from GitHub command to File > Open
1 parent 12eb8d5 commit 9399711

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1"/>
326326
</CommandPlacement>
327327

328+
<!-- Open from GitHub command -->
329+
<CommandPlacement guid="guidGitHubCmdSet" id="openFromUrlCommand" priority="0x0100">
330+
<Parent guid="guidSHLMainMenu" id="IDG_VS_FILE_OPENSCC_CASCADE"/>
331+
</CommandPlacement>
332+
328333
<!-- Add Connection (Team Explorer) command -->
329334
<CommandPlacement guid="guidGitHubCmdSet" id="addConnectionCommand" priority="0x0100">
330335
<Parent guid="guidGitHubCmdSet" id="idGitHubMenuGroup"/>

0 commit comments

Comments
 (0)