SocialCreditScoreGame/.vscode/settings.json

6 lines
140 B
JSON
Raw Normal View History

{
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": ["schema.yaml"],
"schema.yaml": [ "data.yaml" ]
}
}