Skip to content

Commit 74370c8

Browse files
committed
v1.0.0
1 parent 0796c34 commit 74370c8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ This is a Visual Studio Code extension that provides autocompletion for CSS clas
44

55
## Installation
66

7-
The extension is currently WIP and not released on VS Code marketplace. You can install manually though:
7+
Install from https://marketplace.visualstudio.com/items?itemName=fongandrew.css-class-autocomplete
8+
9+
Or install manually:
810

911
- Download VSIX file from https://github.com/fongandrew/css-class-autocomplete/releases
10-
- Select `Install from VSIX` from the VS Code command palette.
12+
- Select `Install from VSIX` from the VS Code command palette.
1113

1214
## How It Works
1315

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"type": "git",
77
"url": "https://github.com/fongandrew/css-class-autocomplete.git"
88
},
9-
"version": "0.3.0",
9+
"version": "1.0.0",
1010
"engines": {
1111
"vscode": "^1.96.0"
1212
},
13+
"pricing": "Free",
14+
"publisher": "fongandrew",
1315
"categories": [
1416
"Other"
1517
],
@@ -84,7 +86,7 @@
8486
"@typescript-eslint/parser": "^8.17.0",
8587
"@vscode/test-cli": "^0.0.10",
8688
"@vscode/test-electron": "^2.4.1",
87-
"@vscode/vsce": "^3.3.0",
89+
"@vscode/vsce": "^3.3.1",
8890
"esbuild": "^0.25.1",
8991
"eslint": "^9.16.0",
9092
"eslint-config-prettier": "^10.0.1",

0 commit comments

Comments
 (0)