Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 30, 2024
1 parent 224828d commit 8ebc997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the extension will be documented in this file.

## [2.0.8] - 2024-02-
## [2.0.8] - 2024-02-01

- Added optional auto validation
- Added feedback for clear cache
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-html-css",
"displayName": "HTML CSS Support",
"description": "CSS Intellisense for HTML",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"publisher": "ecmel",
"author": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"css.autoValidation": {
"type": "string",
"scope": "resource",
"description": "Auto validation for class selectors.",
"description": "When to validate class selectors.",
"default": "Never",
"enum": [
"Never",
Expand Down

0 comments on commit 8ebc997

Please sign in to comment.