Skip to content

Commit 492cb4a

Browse files
committed
Update dependencies
1 parent d74956e commit 492cb4a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Missing CSS support for HTML documents.
1212
## Example
1313

1414
In the following HTML file, completion will suggest for all `id` and `class` attributes. All
15-
local links point to `site.css`.
15+
local links point to same `site.css` file.
1616

1717
**`index.html`**
1818
```html
@@ -96,11 +96,11 @@ Supported languages can be configured with the `css.enabledLanguages` setting. B
9696
```
9797

9898
Extension can be configured to support any language where it makes sense such as `handlebars`,
99-
`php`, `javascriptreact`, `nunjucks` etc. You should install corresponding language extension
100-
which registers choosen language id in VS Code.
99+
`php`, `javascriptreact`, `nunjucks` etc. You should also install corresponding language
100+
extension which registers choosen language id in VS Code.
101101

102-
This setting is application scoped so it should be set in global settings and changes requires
103-
restarting VS Code.
102+
This setting is application scoped so it should be set in global settings and changing the
103+
setting requires restarting VS Code.
104104

105105
## Installation
106106

icon.png

1.4 KB
Loading

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "1.2.3",
5+
"version": "1.2.4",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/ecmel/vscode-html-css.git"
1414
},
1515
"engines": {
16-
"vscode": "^1.51.0"
16+
"vscode": "^1.52.0"
1717
},
1818
"categories": [
1919
"Programming Languages",
@@ -68,7 +68,7 @@
6868
"@types/mocha": "^8.0.0",
6969
"@types/node-fetch": "^2.5.7",
7070
"@types/node": "^12.11.7",
71-
"@types/vscode": "^1.51.0",
71+
"@types/vscode": "^1.52.0",
7272
"@typescript-eslint/eslint-plugin": "^4.1.1",
7373
"@typescript-eslint/parser": "^4.1.1",
7474
"css-tree": "^1.1.2",

0 commit comments

Comments
 (0)