microsoft / vscode-loader

An universal Asynchronous Module Definition (AMD) Loader developed primarily to load VSCode's sources.
Other
170 stars 55 forks source link

Why? #46

Closed lemanschik closed 2 years ago

lemanschik commented 2 years ago

If you want to implement that use systemjs and the register namespace plugin and call it a day throw away this project.

It adds none needed bloat all over the vscode code base.

google systemjs for more infos

alexdima commented 2 years ago

We're working on moving off AMD. See https://github.com/microsoft/vscode/pull/166033