fix: drop WSL OpenCode binary support on Windows
This commit is contained in:
@@ -85,8 +85,6 @@ const createRuntime = (overrides = {}) => {
|
||||
applyOpencodeBinaryFromSettings: vi.fn(async () => null),
|
||||
ensureOpencodeCliEnv: vi.fn(),
|
||||
ensureLocalOpenCodeServerPassword: vi.fn(async () => 'password'),
|
||||
buildWslExecArgs: vi.fn((args) => args),
|
||||
resolveWslExecutablePath: vi.fn(),
|
||||
resolveManagedOpenCodeLaunchSpec: vi.fn((binary) => ({ binary, args: [], wrapperType: null })),
|
||||
setOpenCodePort: vi.fn((port) => {
|
||||
state.openCodePort = port;
|
||||
|
||||
Reference in New Issue
Block a user