-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
GarfieldZHU/vscode
#2Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeededVerification succeeded
Milestone
Description
Issue Type: Bug
Testing #67306.
Since we have JSON schemas, we should make it easier for people to use them. We should add them to the samples and also tell people how to use them in the docs.
I added the following to my workspace settings:
"json.schemas": [
{
"fileMatch": [
"/custom-data/html.json"
],
"url": "https://raw.githubusercontent.com/Microsoft/vscode-html-languageservice/master/docs/customData.schema.json"
},
{
"fileMatch": [
"/custom-data/css.json"
],
"url": "https://raw.githubusercontent.com/Microsoft/vscode-css-languageservice/master/docs/customData.schema.json"
}
]VS Code version: Code - Insiders 1.31.0-insider (9606490, 2019-01-30T15:15:08.172Z)
OS version: Darwin x64 18.0.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeededVerification succeeded