Improved process management

This commit is contained in:
Mateusz Tymek
2026-02-14 16:57:42 +01:00
parent f2c31a0c6f
commit adc34d31f1
10 changed files with 407 additions and 78 deletions

View File

@@ -35,7 +35,7 @@ export class WindowsProcess implements OpenCodeProcess {
await this.execAsync(`where "${command}"`);
return null;
} catch {
return `Executable not found at '${command}'`;
return `Executable not found at '${command}'. Check Settings → OpenCode path, or click "Autodetect"`;
}
}