Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenisx committed Sep 11, 2021
1 parent 18e4f0e commit 942944e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This Extension supports the following properties as of now:
- Eg: `cssvar.themes: ["dark"]`. This will help the extension
distinguish between similarly named variables.
- `cssvar.excludeThemedVariables`: `boolean`
- `cssvar.unstable`: `string[]`
- All unstable features are by default disabled.
- Supports specific string constants, pointing to Unstable features:
- `"no_sort"` - Disables VSCode's in-built sorting feature for this extension

*`cssvar.files` should contain relative/absolute path from
your workspace root folder.*
Expand All @@ -38,6 +42,7 @@ your User `settings.json` or Workspace `settings.json`.
- `cssvar.extensions`: `["css", "scss", "sass", "less"]`
- `cssvar.themes`: `[]`
- `cssvar.excludeThemedVariables`: `false`
- `cssvar.unstable`: `[]`

## Screeshots:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"intellisense"
],
"description": "Intellisense support for CSS Variables",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "phoenisx",
"license": "MIT",
"homepage": "https://github.com/willofindie/vscode-cssvar",
Expand Down

0 comments on commit 942944e

Please sign in to comment.