Skip to content

Commit

Permalink
feat: use json schema to autocomplete json specs
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Dec 16, 2024
1 parent 797a7c3 commit fe647a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"specs/yaml/*",
"docs/public/specs/yaml/*"
]
}
},
"json.schemas": [{
"fileMatch": [
"specs/json/*",
"docs/public/specs/json/*"
],
"url": "./packages/spec/dist/mosaic-schema.json"
}]
}

0 comments on commit fe647a6

Please sign in to comment.