1 write to _vsCodeExecutablePath
Microsoft.VisualStudioCode.Razor.IntegrationTests (1)
Services\VSCodeService.cs (1)
51_vsCodeExecutablePath = await _installer.EnsureVSCodeInstalledAsync(installDir);
3 references to _vsCodeExecutablePath
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\VSCodeService.cs (3)
63_vsCodeExecutablePath!, 67await _installer.InstallCSharpExtensionAsync(_vsCodeExecutablePath!, extensionsDir); 87var cliPath = Installer.GetCliPathForExecutable(_vsCodeExecutablePath!);