File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
2435Supported languages can be configured with the ` css.enabledLanguages ` configuration setting. By
You can’t perform that action at this time.
0 commit comments