We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbddd1 commit 7d54d38Copy full SHA for 7d54d38
src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.cs
@@ -7,7 +7,7 @@ namespace CodingWithCalvin.OpenBinFolder.Vsix
7
{
8
internal sealed partial class Vsix
9
10
- public const string Id = "0F713362-1708-4956-85F7-A3C204735E3C";
+ public const string Id = "VS-OpenBinFolder";
11
public const string Name = "Open Bin Folder";
12
public const string Description = @"Adds an 'Open Bin Folder' to the right click menu of the project for quick access to the builds output folder.";
13
public const string Language = "en-US";
0 commit comments