aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2023-09-26 12:46:25 +0200
committerGitHub <noreply@github.com>2023-09-26 12:46:25 +0200
commita82bfc634fd60e84cd30c39908c197bd816e8dfc (patch)
treed570ccc27aa7cdf42037f580ff5ad75e8fb8b2eb /.vscode
parent16e31561d042b9c6898ce4ee4a035023bb1a3835 (diff)
downloadNotEnoughUpdates-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.json6
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