qwen-code/packages/vscode-ide-companion/src
易良 4d4af4ac51
Some checks are pending
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
Qwen Code CI / Test-7 (push) Blocked by required conditions
fix(vscode-ide-companion): fix blank screen in VS Code 0.14.1 webview (#2959)
* fix(vscode-ide-companion): avoid pulling Node.js modules into webview bundle

- Add wildcard to esbuild external config to exclude deep sub-path imports
- Inline isSupportedImageMimeType to remove core package dependency
- Create browser-safe tokenLimits.ts to avoid dynamic require at runtime
- Update App.tsx to use local tokenLimits module

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

* chore(vscode-ide-companion): bump version to 0.14.2

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

---------

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-07 23:47:46 +08:00
..
commands fix(vscode-ide-companion): inherit model for new chat tabs 2026-04-01 20:48:30 +08:00
constants fix(vscode-ide-companion): silence secondary sidebar warning on older VS Code versions 2026-03-21 00:16:35 +08:00
services fix: improve ACP connection reliability with spawn retry and auto-reconnect 2026-04-01 20:58:05 +08:00
types fix: improve ACP connection reliability with spawn retry and auto-reconnect 2026-04-01 20:58:05 +08:00
utils fix(vscode-ide-companion): fix blank screen in VS Code 0.14.1 webview (#2959) 2026-04-07 23:47:46 +08:00
webview fix(vscode-ide-companion): fix blank screen in VS Code 0.14.1 webview (#2959) 2026-04-07 23:47:46 +08:00
diff-manager.ts fix(vscode-ide-companion): update URI handling for Windows paths 2026-03-18 15:28:22 +08:00
extension.test.ts feat(vscode-ide-companion): refactor webview layout to mutual-exclusive sidebar pattern 2026-03-11 11:20:25 +08:00
extension.ts feat(vscode-ide-companion): refactor webview layout to mutual-exclusive sidebar pattern 2026-03-11 11:20:25 +08:00
ide-server.test.ts Merge pull request #1332 from QwenLM/fix-language 2025-12-26 23:02:37 +08:00
ide-server.ts refactor(acp): centralize error codes and add RESOURCE_NOT_FOUND handling for file operations 2026-01-20 15:19:18 +08:00
open-files-manager.test.ts feat(vscode-ide-companion/services): add IPYNB code selection support and refactor OpenFilesManager 2026-01-10 23:51:51 +08:00
open-files-manager.ts feat(vscode-ide-companion/services): add IPYNB code selection support and refactor OpenFilesManager 2026-01-10 23:51:51 +08:00
package.test.ts feat(vscode-ide-companion): refactor webview layout to mutual-exclusive sidebar pattern 2026-03-11 11:20:25 +08:00