4 references to FindFullPathFromPath
aspire (4)
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\VsCode\VsCodeCliRunner.cs (1)
22
var executablePath = PathLookupHelper.
FindFullPathFromPath
(command);