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
!,
67
await _installer.InstallCSharpExtensionAsync(
_vsCodeExecutablePath
!, extensionsDir);
87
var cliPath = Installer.GetCliPathForExecutable(
_vsCodeExecutablePath
!);