10 references to FindFullPathFromPath
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)
180
var npmPath = PathLookupHelper.
FindFullPathFromPath
("npm");
Projects\GuestRuntime.cs (1)
278
return PathLookupHelper.
FindFullPathFromPath
(command);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
62
var npmPath = PathLookupHelper.
FindFullPathFromPath
("npm") ?? PathLookupHelper.
FindFullPathFromPath
("npm.cmd");