- From: Pine <notifications@github.com>
- Date: Wed, 06 Feb 2019 11:56:15 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 February 2019 19:56:41 UTC
With 1.31 VS Code has formalized the data format a bit. We also have some docs and JSON schemas for the JSON files. Take a look at these resources: - [Release Notes on custom data support](https://code.visualstudio.com/updates/v1_31#_html-and-css-custom-data-support) - [HTML CustomData doc](https://github.com/Microsoft/vscode-html-languageservice/blob/master/docs/customData.md) - [A simple sample](https://github.com/octref/simple-customdata) and the [SVG data sample](https://github.com/octref/svg-data) @bkelley13 Yep, that can be done with `valueSet`. Take a look at the `valueSet` in the [HTML CustomData doc](https://github.com/Microsoft/vscode-html-languageservice/blob/master/docs/customData.md). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/776#issuecomment-461164548
Received on Wednesday, 6 February 2019 19:56:41 UTC