[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

@@ -13,7 +13,7 @@ import { getCSSLanguageService, getSCSSLanguageService, getLESSLanguageService,
import { getLanguageModelCache } from './languageModelCache';
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');
}
export interface Settings {