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

Commit 7d5631b

Browse files
committed
Open issue with how to fix
#2006
1 parent 7cb1dea commit 7d5631b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async Task CheckBindingPathsAsync()
187187
{
188188
// When running in the Exp instance, ensure there is only one active binding path.
189189
// This is necessary when the regular (AllUsers) extension is also installed.
190-
// See: https://github.com/github/VisualStudio/issues/1995
190+
// See: https://github.com/github/VisualStudio/issues/2006
191191
await JoinableTaskFactory.SwitchToMainThreadAsync();
192192
BindingPathHelper.CheckBindingPaths(GetType().Assembly, this);
193193
}

src/GitHub.VisualStudio/Helpers/BindingPathHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ internal static void CheckBindingPaths(Assembly assembly, IServiceProvider servi
4646
OLEMSGBUTTON.OLEMSGBUTTON_YESNO, OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST);
4747
if (action == 6) // Yes = 6, No = 7
4848
{
49-
Process.Start("https://github.com/github/VisualStudio/issues/1995");
49+
Process.Start("https://github.com/github/VisualStudio/issues/2006");
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)