Updated Manifest

This commit is contained in:
DaanV2
2021-05-16 13:39:02 +02:00
parent f9311b8fb0
commit 4339ddef1d
4 changed files with 39 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
"object_check": {
"type": "object",
"dependencies": {
"type": ["title", "description"]
"type": ["title"]
},
"additionalProperties": {
"anyOf": [

View File

@@ -1,5 +1,5 @@
{
"json.schemas": [{ "fileMatch": ["source/**/*.json", "source/*.json"], "url": ".vscode/schema-validation.json" }],
"json.schemas": [{ "fileMatch": ["source/**/*.json", "source/*.json"], "url": "./.vscode/schema-validation.json" }],
"editor.formatOnSave": true,
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },