mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-18 05:06:39 +01:00
Try to fix ata perf issues on web For #182791 With this change, we now make a single call to the package manager per root instead of per package. This simplifies the code and should be better for perf Still seeing a bunch of errors in the console but TS typing is working ok. Needs more exploration for ATA