[css] update dependencies and migrate

This commit is contained in:
Martin Aeschlimann
2017-01-17 21:32:50 +01:00
parent 410cae8fb5
commit fa8a9424aa
6 changed files with 30 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ import * as nls from 'vscode-nls';
let localize = nls.loadMessageBundle();
namespace ColorSymbolRequest {
export const type: RequestType<string, Range[], any, any> = { get method() { return 'css/colorSymbols'; }, _: null };
export const type: RequestType<string, Range[], any, any> = new RequestType('css/colorSymbols');
}
// this method is called when vs code is activated