10 references to PathLookupHelper
aspire (10)
Agents\ClaudeCode\ClaudeCodeCliRunner.cs (1)
21
var executablePath =
PathLookupHelper
.FindFullPathFromPath("claude");
Agents\CopilotCli\CopilotCliRunner.cs (1)
21
var executablePath =
PathLookupHelper
.FindFullPathFromPath("copilot");
Agents\OpenCode\OpenCodeCliRunner.cs (1)
21
var executablePath =
PathLookupHelper
.FindFullPathFromPath("opencode");
Agents\Playwright\PlaywrightCliRunner.cs (2)
18
var executablePath =
PathLookupHelper
.FindFullPathFromPath("playwright-cli");
83
var executablePath =
PathLookupHelper
.FindFullPathFromPath("playwright-cli");
Agents\VsCode\VsCodeCliRunner.cs (1)
22
var executablePath =
PathLookupHelper
.FindFullPathFromPath(command);
Npm\NpmRunner.cs (1)
195
var npmPath =
PathLookupHelper
.FindFullPathFromPath("npm");
Projects\GuestRuntime.cs (1)
34
_commandResolver = commandResolver ??
PathLookupHelper
.FindFullPathFromPath;
Projects\ProcessGuestLauncher.cs (1)
26
_commandResolver = commandResolver ??
PathLookupHelper
.FindFullPathFromPath;
Utils\CommandPathResolver.cs (1)
20
return TryResolveCommand(command,
PathLookupHelper
.FindFullPathFromPath, out resolvedCommand, out errorMessage);