diff options
author | Linnea Gräf <nea@nea.moe> | 2023-09-26 12:46:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 12:46:25 +0200 |
commit | a82bfc634fd60e84cd30c39908c197bd816e8dfc (patch) | |
tree | d570ccc27aa7cdf42037f580ff5ad75e8fb8b2eb /.vscode | |
parent | 16e31561d042b9c6898ce4ee4a035023bb1a3835 (diff) | |
download | NotEnoughUpdates-REPO-a82bfc634fd60e84cd30c39908c197bd816e8dfc.tar.gz NotEnoughUpdates-REPO-a82bfc634fd60e84cd30c39908c197bd816e8dfc.tar.bz2 NotEnoughUpdates-REPO-a82bfc634fd60e84cd30c39908c197bd816e8dfc.zip |
Add aliases to islands.json (#990)
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b5ac1e7..1fab1c97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,12 @@ "/items/*.json" ], "url": "http://notenoughupdates.org/schemas/items.schema.json" + }, + { + "fileMatch": [ + "/constants/islands.json" + ], + "url": "http://notenoughupdates.org/schemas/islands.schema.json" } ] }
\ No newline at end of file |