Unnamed repository; edit this file 'description' to name the repository.
Add JSON schema contribution
Maria José Solano 2022-12-05
parent a2beeb8 · commit fb60b10
-rw-r--r--editors/code/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ad5f97bb19..5b83701a68 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1788,6 +1788,12 @@
"group": "navigation@1000"
}
]
- }
+ },
+ "jsonValidation": [
+ {
+ "fileMatch": "rust-project.json",
+ "url": "https://json.schemastore.org/rust-project.json"
+ }
+ ]
}
}