-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
Milestone
Description
Complexity: 3
Instructions:
- Read https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_31.md#html-and-css-custom-data-support and understand what it does.
- These two samples should illustrate the usage of the custom data: https://github.com/octref/simple-customdata and https://github.com/octref/svg-data
- Here are the more detailed doc:
Test the following:
- With
html.experimental.customDataandcss.experimental.customData, you can make VS Code understand custom HTML tags/attributes and custom CSS properties/atDirectives/pseudoClasses/pseudoElements - You are able to pack the JSON files into an extension using
contributes.html.experimental.customDataandcontributes.css.experimental.customData.
Reactions are currently unavailable