xdg-ninja/.vscode/settings.json
Miss Adorable 7b84d6d251
Enhance json schema (#353)
* feat: provide intellisence for configs

* feat: more constrains and hints

Provide:
- examples
- better descriptions
- url to repo

Disallow:
- space only strings

* fix: add missing titles

* fix: help keys

Use 'Not provided' placeholder

* Revert "fix: help keys"

This reverts commit 2a939cf8ae.

* fix: don't use strict JSON schema validation

* Revert "fix: don't use strict JSON schema validation"

This reverts commit 61d50085fb.

* fix: specify `type` for definition
2024-02-29 03:38:39 +01:00

10 lines
176 B
JSON

{
"json.schemas": [
{
"fileMatch": [
"programs/*.json"
],
"url": "./json-schema/program.json"
}
]
}