Auto merge of #13722 - MariaSolOs:add-json-contrib, r=Veykril

Add VS Code schema validation for `rust-project.json`

Now that https://github.com/SchemaStore/schemastore/pull/2628 has been merged, adding the `jsonValidation` contribution to the VS Code extension for better editor support when modifying `rust-project.json` files.

Related issue: #13714
This commit is contained in:
bors 2022-12-09 11:29:10 +00:00
commit 83e2639cd1

View file

@ -1788,6 +1788,12 @@
"group": "navigation@1000"
}
]
}
},
"jsonValidation": [
{
"fileMatch": "rust-project.json",
"url": "https://json.schemastore.org/rust-project.json"
}
]
}
}