Skip to content

Commit 83e2639

Browse files
committed
Auto merge of #13722 - MariaSolOs:add-json-contrib, r=Veykril
Add VS Code schema validation for `rust-project.json` Now that SchemaStore/schemastore#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
2 parents 6e8a54d + fb60b10 commit 83e2639

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

editors/code/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,12 @@
17881788
"group": "navigation@1000"
17891789
}
17901790
]
1791-
}
1791+
},
1792+
"jsonValidation": [
1793+
{
1794+
"fileMatch": "rust-project.json",
1795+
"url": "https://json.schemastore.org/rust-project.json"
1796+
}
1797+
]
17921798
}
17931799
}

0 commit comments

Comments
 (0)