[html] update client dependencies + migrate

This commit is contained in:
Martin Aeschlimann
2017-01-17 21:15:59 +01:00
parent 54a383e1a2
commit 410cae8fb5
3 changed files with 26 additions and 16 deletions

View File

@@ -16,7 +16,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');
}
interface IPackageInfo {