Spike: Integrate VSCode >= 1.94.0's new module loading system
MRs:
- VSCode fork: Update VSCode to 1.94.0 (gitlab-web-ide-vscode-fork!118 - merged)
- Web IDE: Draft: Upgrade Web IDE VSCode version to 1.94.0 (!470 - closed)
Description
On version 1.94.0
, VSCode transitioned its module loading system from AMD to ESM https://github.com/microsoft/vscode/issues/226260. The VSCode Bootstrap module is built under the assumption that VSCode uses AMD to load modules therefore this is a significant breaking change that we have to address as part of this update.
Acceptance Criteria
-
Spike to integrate VSCode's 1.94.0
's new module loading system to unblock VSCode upgrades. -
Record any bugs and regressions when upgrading to 1.94.0
on the Web IDE and Workspaces.
Edited by Cindy Halim