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

Commit 25304b7

Browse files
committed
Disable AssemblyResolverPackage
There might be issues with the Experimental/AllUsers extensions being installed at the same time if we remove this package completely.
1 parent e3e8331 commit 25304b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/AssemblyResolverPackage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
namespace GitHub.VisualStudio
1212
{
1313
// This is the Git service GUID, which fires early and is used by GitHubService.
14-
[ProvideAutoLoad(Guids.GitSccProviderId)]
14+
//[ProvideAutoLoad(Guids.GitSccProviderId)]
1515

1616
// This fires before ShellInitialized and SolutionExists.
17-
[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string)]
17+
//[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string)]
1818

1919
[Guid(GuidList.guidAssemblyResolverPkgString)]
2020
public class AssemblyResolverPackage : Package

0 commit comments

Comments
 (0)