Skip to content

Commit 2d91496

Browse files
committed
Update README
1 parent 6cc95c9 commit 2d91496

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Workspace CSS parsing can be disabled for unwanted locations in VS Code settings
3030
]
3131
```
3232

33+
Also, it can be disabled for all files with:
34+
35+
```json
36+
"css.watcherEnabled": false
37+
```
38+
3339
## Supported Languages
3440

3541
Supported languages can be configured with the `css.enabledLanguages` setting. By default

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999
"webpack-cli": "^4.2.0",
100100
"webpack": "^5.9.0"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)