Skip to content

Commit

Permalink
Finally Put the meta.json Shema to Use (Simple-Station#489)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
DEATHB4DEFEAT authored Jul 17, 2024
1 parent a329086 commit 03f1828
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"omnisharp.analyzeOpenDocumentsOnly": true,
"dotnet.defaultSolution": "SpaceStation14.sln"
"dotnet.defaultSolution": "SpaceStation14.sln",
"json.schemas": [
{
"fileMatch": [ "**/meta.json" ],
"url": "https://raw.githubusercontent.com/Simple-Station/Einstein-Engines/master/.github/rsi-schema.json"
}
]
}

0 comments on commit 03f1828

Please sign in to comment.