[css] update to latest languageserver

This commit is contained in:
Martin Aeschlimann
2016-08-12 18:33:57 +02:00
parent 61deb56218
commit 70a13f2d11
6 changed files with 683 additions and 577 deletions

View File

@@ -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);