最近 iFlow 升级了 vscode 插件,现在总是报错:
这个窗口也完全不工作:
VSCode iFlow output:
[2026-02-12 08:20:38.796] [WARN] Configured port 18080 is not available, searching for alternative...
[2026-02-12 08:20:38.796] [INFO] Found available port in iFlow range: 18000
[2026-02-12 08:20:38.877] [WARN] iFlow SDK connection attempt 1 failed, retrying in 1000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:20:39.918] [WARN] iFlow SDK connection attempt 2 failed, retrying in 2000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:20:41.941] [WARN] iFlow SDK connection attempt 3 failed, retrying in 4000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:20:45.964] [ERROR] Failed to connect iFlow SDK after 4 attempts: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:20:45.964] [ERROR] Failed to initialize iFlow SDK: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:24:56.103] [WARN] iFlow SDK connection attempt 1 failed, retrying in 1000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:24:57.131] [WARN] iFlow SDK connection attempt 2 failed, retrying in 2000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:24:59.157] [WARN] iFlow SDK connection attempt 3 failed, retrying in 4000ms: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:25:03.187] [ERROR] Failed to connect iFlow SDK after 4 attempts: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
[2026-02-12 08:25:03.187] [ERROR] SDK 连接失败: ConnectionError: Failed to connect: class F extends j{constructor(e,t){super(e,t),this.name="IFlowNotInstalledError"}}
iFlow CLI 工作正常:
$ iflow --version
Shell Command iflow --version
0.5.8
$ uname -a
Shell Command uname -a
Linux thor-mpc 6.12.68-1-MANJARO #1 SMP PREEMPT_DYNAMIC Fri,
30 Jan 2026 23:06:15 +0000 x86_64 GNU/Linux
VSCode:
Version: 1.109.0
Commit: bdd88df003631aaa0bcbe057cb0a940b80a476fa
Date: 2026-02-04T02:01:38.288Z
Electron: 39.3.0
ElectronBuildId: 13168319
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.12.68-1-MANJARO


