mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
I moved to a factory model because there was just so much that needed to be async. I think the amount of async code will be reduced in the future as we remove some migration logic, but this makes sure we don't accidentally create instances without awaiting their initialization.