3 references to GetExecutablePath
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\VSCodeService.Installer.cs (3)
24
var executablePath =
GetExecutablePath
(vscodeDir);
72
executablePath =
GetExecutablePath
(vscodeDir);
87
var cliPath = GetCliPath(
GetExecutablePath
(vscodeDir));