mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[css/json/html] adopt latest lsp, update to module: node16 (#230371)
* adopt latest language-server/client * update package-locks * transpiler to support Node16
This commit is contained in:
committed by
GitHub
parent
52b181c2ce
commit
fc6d94b806
@@ -22,7 +22,7 @@ const messageHandler = async (e: any) => {
|
||||
} else {
|
||||
l10nLog.push(`l10n: No bundle configured.`);
|
||||
}
|
||||
await import('./cssServerMain');
|
||||
await import('./cssServerMain.js');
|
||||
if (self.onmessage !== messageHandler) {
|
||||
pendingMessages.forEach(msg => self.onmessage?.(msg));
|
||||
pendingMessages.length = 0;
|
||||
|
||||
@@ -15,7 +15,7 @@ async function setupMain() {
|
||||
l10nLog.push(`l10n: Problems loading ${i10lLocation.toString()} : ${e}`);
|
||||
}
|
||||
}
|
||||
await import('./cssServerMain');
|
||||
await import('./cssServerMain.js');
|
||||
l10nLog.forEach(console.log);
|
||||
}
|
||||
setupMain();
|
||||
|
||||
Reference in New Issue
Block a user