blob: c9a2a2bd4988a05700989e64b8e3df03bfb1d130 [file] [log] [blame] [view]
## VS Code Web Custom Data
This repository pulls data from multiple channels and massage them into the Custom Data Format. The data is then published to [@vscode/web-custom-data](https://www.npmjs.com/package/@vscode/web-custom-data) package and consumed in VS Code's [HTML](https://github.com/Microsoft/vscode-html-languageservice) and [CSS](https://github.com/Microsoft/vscode-css-languageservice) Language Services.
## License
- `css/chromestatus/attributeRelevance.js` is built upon content from [Chrome Status](https://www.chromestatus.com/metrics/css/popularity) and distributed under CC Attribution 2.5.
- `css/mdn/mdn-documentation.js` is built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web)
and distributed under CC BY-SA 2.5.