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

Commit d2bbe36

Browse files
committed
Fix to allow debugging Visual Studio 2019 Preview
Use VsixTesting.Installer 0.1.46-beta which includes debugging fix. No need for VsixTesting.Installer path workaround
1 parent ee3a651 commit d2bbe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Launcher/InstallAndStart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net461</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="VsixTesting.Installer" Version="0.1.38-beta-g6b91b368d9" />
6+
<PackageReference Include="VsixTesting.Installer" Version="0.1.46-beta-g3578f97a2e" />
77
</ItemGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\GitHub.VisualStudio\GitHub.VisualStudio.csproj" />

0 commit comments

Comments
 (0)