Skip to content

Commit d80765b

Browse files
committed
Update README
1 parent d4833b2 commit d80765b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Missing CSS support for HTML documents.
44

55
## Features
66

7-
- Html class attribute completion.
7+
- HTML class attribute completion.
8+
- HTML id attribute completion.
89
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
910
- Supports local style sheets form workspace.
1011
- Supports other remote style sheets, see below.
@@ -19,6 +20,16 @@ If it is not possible to specify remote styles with `<link rel="stylesheet">` ta
1920
]
2021
```
2122

23+
## Local Style Sheets
24+
25+
Workspace CSS parsing can be disabled for unwanted locations in VS Code settings:
26+
27+
```json
28+
"css.ignoredFolders": [
29+
"**/node_modules/**"
30+
]
31+
```
32+
2233
## Supported Languages
2334

2435
Supported languages can be configured with the `css.enabledLanguages` configuration setting. By

0 commit comments

Comments
 (0)