3 references to _installer
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\VSCodeService.cs (3)
51
_vsCodeExecutablePath = await
_installer
.EnsureVSCodeInstalledAsync(installDir);
62
if (!await
_installer
.IsExtensionInstalledAsync(
67
await
_installer
.InstallCSharpExtensionAsync(_vsCodeExecutablePath!, extensionsDir);