Skip to content

Contribute schema for bsconfig.json #32

Closed
@kfish610

Description

@kfish610

VS Code provides a contribution point for json schemas. Using this would avoid the need for a $schema property in the bsconfig.json (which currently is a bit broken, since the schema doesn't allow for a $schema property.....). All that would be necessary is the addition of

"jsonValidation": [
  {
    "fileMatch": ".jshintrc",
    "url": "https://json.schemastore.org/jshintrc"
  }
]

to the contributions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions