diff options
Diffstat (limited to '.vscode/settings.json')
-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 |