server+vsce: fix brew path coverage (TOOLCHAIN_SEGMENTS, fallback order)
This commit is contained in:
@@ -317,8 +317,8 @@ function resolveOpencodeCliPath(): string | null {
|
||||
path.join(home, '.opencode', 'bin', 'opencode'),
|
||||
path.join(home, '.bun', 'bin', 'opencode'),
|
||||
path.join(home, '.local', 'bin', 'opencode'),
|
||||
'/usr/local/bin/opencode',
|
||||
'/opt/homebrew/bin/opencode',
|
||||
'/usr/local/bin/opencode',
|
||||
path.join(home, 'bin', 'opencode'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user