web: css language server not working when display language is set (#172430)

This commit is contained in:
Martin Aeschlimann
2023-01-25 20:19:40 +01:00
committed by GitHub
parent 7a04589c16
commit 49e696c011
6 changed files with 66 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ const messageWriter = new BrowserMessageWriter(self);
const connection = createConnection(messageReader, messageWriter);
console.log = connection.console.log.bind(connection.console);
console.error = connection.console.error.bind(connection.console);
const runtime: RuntimeEnvironment = {
timer: {
setImmediate(callback: (...args: any[]) => void, ...args: any[]): Disposable {