You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Visual Studio Code CSS Intellisense for HTML
2
2
3
-
HTML `id` and `class` attribute completion and validation for Visual Studio Code.
3
+
HTML `id` and `class` attribute completion for Visual Studio Code.
4
4
5
5
## Features
6
6
7
-
- HTML `id` and `class` attribute completion and validation.
7
+
- HTML `id` and `class` attribute completion.
8
8
- Supports linked and embedded style sheets.
9
9
- Supports template inheritance.
10
10
- Supports additional style sheets.
@@ -145,19 +145,6 @@ If it is not possible to specify local or remote styles in HTML or via template
145
145
146
146
This configuration is same as the [first](#linked-and-embedded-style-sheets) example. All relative paths will be evaluated relative to the HTML file being edited.
147
147
148
-
## Selector Validation
149
-
150
-
Validated selectors can be configured with the `css.validation` setting. By default `class` selectors are validated:
151
-
152
-
```json
153
-
{
154
-
"css.validation": {
155
-
"id": false,
156
-
"class": true
157
-
}
158
-
}
159
-
```
160
-
161
148
## Supported Languages
162
149
163
150
Supported languages can be configured with the `css.enabledLanguages` setting. By default `html` is enabled:
0 commit comments