aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 1fab1c978df2a9b176c8715ccc51bb3012fbe1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "json.schemas": [
        {
            "fileMatch": [
                "/mobs/*.json"
            ],
            "url": "http://notenoughupdates.org/schemas/mobs.schema.json"
        },
        {
            "fileMatch": [
                "/items/*.json"
            ],
            "url": "http://notenoughupdates.org/schemas/items.schema.json"
        },
        {
            "fileMatch": [
                "/constants/islands.json"
            ],
            "url": "http://notenoughupdates.org/schemas/islands.schema.json"
        }
    ]
}