Files
wwdpublic/.vscode/settings.json
DEATHB4DEFEAT 03f1828ac1 Finally Put the meta.json Shema to Use (#489)
# Description

This file has been chilling unused (excluding that one workflow) for so
long, and it's so useful.
Forks might want to edit the URL to theirs, but it's unlikely they'll
ever want to change it.
2024-07-17 01:01:22 -04:00

11 lines
315 B
JSON

{
"omnisharp.analyzeOpenDocumentsOnly": true,
"dotnet.defaultSolution": "SpaceStation14.sln",
"json.schemas": [
{
"fileMatch": [ "**/meta.json" ],
"url": "https://raw.githubusercontent.com/Simple-Station/Einstein-Engines/master/.github/rsi-schema.json"
}
]
}