We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9b8f3 commit 3eae7aeCopy full SHA for 3eae7ae
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-html-css",
3
"displayName": "HTML CSS Support",
4
"description": "CSS support for HTML documents",
5
- "version": "0.0.34",
+ "version": "0.0.35",
6
"publisher": "ecmel",
7
"license": "MIT",
8
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -55,7 +55,7 @@
55
"@types/mocha": "^2.2.32"
56
},
57
"dependencies": {
58
- "vscode-languageserver-types": "1.0.4",
59
- "vscode-css-languageservice": "1.1.0"
+ "vscode-languageserver-types": "3.2.0",
+ "vscode-css-languageservice": "2.0.0"
60
}
61
0 commit comments