Skip to content

Add schemas to customData samples #67608

@kieferrm

Description

@kieferrm

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

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions