Add the following code to .vscode/settings.json
:
{
"files.associations": {
"*.json": "jsonc"
},
"json.schemas": [
{
"fileMatch": ["manifest.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/manifest.json"
},
{
"fileMatch": ["maps.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/maps.json"
},
{
"fileMatch": ["items/*.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/items.json"
},
{
"fileMatch": ["locations.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/locations.json"
},
{
"fileMatch": ["settings.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/settings.json"
},
{
"fileMatch": ["layouts/*.json"],
"url": "https://gist.githubusercontent.com/marijnvdwerf/b506b0d6c942b51b6c2c2d0055af5067/raw/layout.json"
}
]
}