From 942944e6ead80d7ce833871a4106fd311c02adca Mon Sep 17 00:00:00 2001 From: Shub Date: Sat, 11 Sep 2021 16:51:05 +0530 Subject: [PATCH] release: v0.1.1 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2004ddb..e99b619 100644 --- a/README.md +++ b/README.md @@ -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.* @@ -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: diff --git a/package.json b/package.json index 2fafef2..504e414 100644 --- a/package.json +++ b/package.json @@ -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",