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 54b2624 commit 359442fCopy full SHA for 359442f
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": "1.1.3",
+ "version": "1.1.4",
6
"publisher": "ecmel",
7
"license": "MIT",
8
"homepage": "https://github.com/ecmel/vscode-html-css",
src/extension.ts
@@ -20,7 +20,6 @@ import {
20
21
export class ClassCompletionItemProvider implements CompletionItemProvider {
22
23
-
24
readonly none = "__!NONE!__";
25
readonly fixed = "__!FIXED!__";
26
readonly start = new Position(0, 0);
0 commit comments