4 references to FindFullPathFromPath
aspire (4)
Agents\ClaudeCode\ClaudeCodeCliRunner.cs (1)
21var executablePath = PathLookupHelper.FindFullPathFromPath("claude");
Agents\CopilotCli\CopilotCliRunner.cs (1)
21var executablePath = PathLookupHelper.FindFullPathFromPath("copilot");
Agents\OpenCode\OpenCodeCliRunner.cs (1)
21var executablePath = PathLookupHelper.FindFullPathFromPath("opencode");
Agents\VsCode\VsCodeCliRunner.cs (1)
22var executablePath = PathLookupHelper.FindFullPathFromPath(command);