From 7c3407aabe227b225fc7fca0554298eabddb2881 Mon Sep 17 00:00:00 2001 From: Shub Date: Sun, 24 Jul 2022 13:14:51 +0530 Subject: [PATCH] v1.6.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9025157..d6fcac4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This Extension supports the following properties as of now: | **Setting** | **Description** | **Type** | **Example** | **Default** | |-------------------------------|--------------------------------------------------------------|----------|--------------------------------------------|---------------------------------------------------------| | `cssvar.files` | Relative/Absolute paths to CSS variable file sources | string[] | ["input.css"] | [**/*.css] | | -| `cssvar.files` | Relative/Absolute paths to file/folder sources to be ignored | string[] | ["input.css"] | [**/*.css] | | +| `cssvar.ignore` | Relative/Absolute paths to file/folder sources to be ignored | string[] | ["ignore.css"] | [\**/node_modules/**] | | | `cssvar.extensions` | File extensions for which IntelliSense will be enabled | string[] | [
  "css",
  "scss",
  "jsx"
] | [
  "css",
  "scss",
  "tsx",
  "jsx"
] | | `cssvar.themes`
Helps to bucket CSS variables based on themes used in any project | CSS Theme classnames used in source files | string[] | [
  "dark",
  "dim"
] | [] | | `cssvar.excludeThemedVariables`
If true, hides duplicate theme variables from the list | Exclude themed variables to remove unnecessary duplicates | boolean | | false | diff --git a/package.json b/package.json index fcdf744..942c0a7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "intellisense" ], "description": "Intellisense support for CSS Variables", - "version": "1.6.0", + "version": "1.6.1", "publisher": "phoenisx", "license": "MIT", "homepage": "https://github.com/willofindie/vscode-cssvar",