Skip to content

Commit 359442f

Browse files
committed
Fixes
1 parent 54b2624 commit 359442f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020

2121
export class ClassCompletionItemProvider implements CompletionItemProvider {
2222

23-
2423
readonly none = "__!NONE!__";
2524
readonly fixed = "__!FIXED!__";
2625
readonly start = new Position(0, 0);

0 commit comments

Comments
 (0)