mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
web: css language server not working when display language is set (#172430)
This commit is contained in:
committed by
GitHub
parent
7a04589c16
commit
49e696c011
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user