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 6388934 commit 1fa48e5Copy full SHA for 1fa48e5
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.1.2",
+ "version": "0.1.3",
6
"publisher": "ecmel",
7
"license": "MIT",
8
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -64,6 +64,6 @@
64
},
65
"dependencies": {
66
"vscode-languageserver-types": "3.2.0",
67
- "vscode-css-languageservice": "2.0.0"
+ "vscode-css-languageservice": "2.0.3"
68
}
69
0 commit comments