-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull data from chromestatus.com and update browser custom data. Fix m…
- Loading branch information
Showing
6 changed files
with
11,977 additions
and
11,231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 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/attributeRanking.json` is built upon content from [Chrome Status](https://www.chromestatus.com/metrics/css/popularity) and distrubted 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. |
Oops, something went wrong.