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

Commit 9c3a4ca

Browse files
committed
Be explicit about GUIDs
1 parent 4c9296a commit 9c3a4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,12 @@ public GHClient(IProgram program)
7979
[ProvideService(typeof(IUIProvider), IsAsyncQueryable = true)]
8080
[ProvideAutoLoad(UIContextGuids.NoSolution)]
8181
[ProvideAutoLoad(UIContextGuids.SolutionExists)]
82-
[Guid("D5CE1488-DEDE-426D-9E5B-BFCCFBE33E53")]
82+
[Guid(StartPagePackageId)]
8383
public sealed class ServiceProviderPackage : AsyncPackage
8484
{
8585
static Version vsversion;
8686
public static Version VSVersion
87+
const string StartPagePackageId = "D5CE1488-DEDE-426D-9E5B-BFCCFBE33E53";
8788
{
8889
get
8990
{

0 commit comments

Comments
 (0)