pulsar-ide-json Made for Pulsar!

Rich language support for JSON files in Pulsar

savetheclocktower

0

0

0.0.1

MIT

GitHub

This package consumes the following services:

pulsar-ide-json

Rich language support for JSON files in Pulsar. Uses vscode-langservers-extracted.

Features

TODO

Configuring JSON schemas

Any $schema property at the root of a JSON file will, if it references an http/https or file URL scheme, be used as the schema for that file.

Other JSON schemas can be added — not through the settings UI, but via your config.cson. For each new JSON schema you want to add, create a new object property like so:

"*":
  "pulsar-ide-json":
    "jsonSchemas":
      "eslintrc":
        "fileMatch": [".eslintrc", ".eslintrc.json"],
        "uri": "https://json.schemastore.org/eslintrc.json"

The object property ("eslintrc" in the example above) is not used for anything, but it should be somewhat unique to reduce the chance of collisions. As for the properties:

Several common schemas are included out of the box: