diff --git a/.vscode/settings.json b/.vscode/settings.json index 1973676523..89ad6ecc25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,13 @@ "language": "asciidoc", "scheme": "file" } + ], + "json.schemas": [ + { + "fileMatch": [ + "/rules/**/metadata.json" + ], + "url": "./rspec-tools/rspec_tools/validation/rule-metadata-schema.json" + } ] } \ No newline at end of file