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

Commit 4503596

Browse files
committed
Make PR status visible when GitSccProvider is loaded
1 parent 3b54143 commit 4503596

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.InlineReviews/PullRequestStatusPackage.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Runtime.InteropServices;
33
using Microsoft.VisualStudio.Shell;
4-
using Microsoft.VisualStudio.Shell.Interop;
54
using Microsoft.VisualStudio.ComponentModelHost;
65
using GitHub.VisualStudio;
76
using GitHub.InlineReviews.Services;
@@ -10,7 +9,7 @@ namespace GitHub.InlineReviews
109
{
1110
[PackageRegistration(UseManagedResourcesOnly = true)]
1211
[Guid(Guids.PullRequestStatusPackageId)]
13-
[ProvideAutoLoad(UIContextGuids80.SolutionExists)]
12+
[ProvideAutoLoad(Guids.GitSccProviderId)]
1413
public class PullRequestStatusPackage : Package
1514
{
1615
protected override void Initialize()

0 commit comments

Comments
 (0)