提交 9f483960 编写于 作者: M Martin Aeschlimann

[css] polish

上级 e9b719e5
......@@ -19,8 +19,7 @@
"scripts": {
"compile": "gulp compile-extension:css-language-features-client && gulp compile-extension:css-language-features-server",
"postinstall": "cd server && yarn install",
"install-client-next": "yarn add vscode-languageclient@next",
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-css grammars/css.cson ./syntaxes/css.tmLanguage.json"
"install-client-next": "yarn add vscode-languageclient@next"
},
"contributes": {
"configuration": [
......
......@@ -6,7 +6,7 @@
import 'mocha';
import * as assert from 'assert';
import { getCSSLanguageService, getSCSSLanguageService } from 'vscode-css-languageservice/lib/umd/cssLanguageService';
import { getCSSLanguageService, getSCSSLanguageService } from 'vscode-css-languageservice';
import { TextDocument, CompletionList } from 'vscode-languageserver-types';
import { getEmmetCompletionParticipants } from 'vscode-emmet-helper';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册