mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
[css] update to latest languageserver
This commit is contained in:
@@ -23,7 +23,7 @@ export interface Settings {
|
||||
}
|
||||
|
||||
// Create a connection for the server.
|
||||
let connection: IConnection = createConnection(new IPCMessageReader(process), new IPCMessageWriter(process));
|
||||
let connection: IConnection = createConnection();
|
||||
|
||||
console.log = connection.console.log.bind(connection.console);
|
||||
console.error = connection.console.error.bind(connection.console);
|
||||
|
||||
Reference in New Issue
Block a user