server.cli.ts does not await Promises (#235738)

This commit is contained in:
Martin Aeschlimann
2024-12-10 17:26:34 +01:00
committed by GitHub
parent d239906998
commit f43f3cc8f9
4 changed files with 11 additions and 8 deletions

View File

@@ -30,4 +30,4 @@ if (process.env['VSCODE_DEV']) {
await bootstrapESM();
// Load Server
await import('./vs/server/node/server.cli');
await import('./vs/server/node/server.cli.js');