Skip to content

Commit 3a7ba38

Browse files
committed
fix(menu): use IDG_VS_MM_TOOLSADDINS for Extensions menu placement
1 parent 16f7e15 commit 3a7ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodingWithCalvin.GitRanger/VSCommandTable.vsct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Menus>
1212
<!-- Git Ranger submenu under Extensions -->
1313
<Menu guid="guidGitRangerPackageCmdSet" id="GitRangerMenu" priority="0x0100" type="Menu">
14-
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_EXTENSIONS" />
14+
<Parent guid="guidSHLMainMenu" id="IDG_VS_MM_TOOLSADDINS" />
1515
<Strings>
1616
<ButtonText>Git Ranger</ButtonText>
1717
</Strings>

0 commit comments

Comments
 (0)