Skip to content

fix(vsct): use unique GUIDs for CommandSet and Icon#75

Merged
CalvinAllen merged 1 commit intomainfrom
fix/vsct/duplicate-guid-conflict
Feb 26, 2026
Merged

fix(vsct): use unique GUIDs for CommandSet and Icon#75
CalvinAllen merged 1 commit intomainfrom
fix/vsct/duplicate-guid-conflict

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • CommandSetGuid and IconGuid in VSCommandTable.vsct were identical to those in VS-OpenBinFolder, causing a duplicate "Renamify Project" menu item and the "Open Bin Folder" entry to disappear when both extensions are installed
  • Generated new unique GUIDs for both CommandSetGuid and IconGuid

Resolves #74

Test plan

  • Install both VS-ProjectRenamifier and VS-OpenBinFolder in Visual Studio
  • Right-click a project in Solution Explorer
  • Verify "Renamify Project" appears exactly once
  • Verify "Open Bin Folder" also appears
  • Verify both commands function correctly

CommandSetGuid and IconGuid were identical to those in VS-OpenBinFolder,
causing a duplicate menu item and the Open Bin Folder entry to disappear
when both extensions are installed.
@CalvinAllen CalvinAllen merged commit 18e227b into main Feb 26, 2026
2 checks passed
@CalvinAllen CalvinAllen deleted the fix/vsct/duplicate-guid-conflict branch February 26, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Duplicated menu item (conflict with another extension?)

1 participant