Adding more snippets

This commit is contained in:
DaanV2
2022-02-01 18:06:14 +01:00
parent 0b963f3e0b
commit b781121dfa
15 changed files with 33 additions and 20 deletions

View File

@@ -4,5 +4,6 @@
"examples": ["loot_tables/"],
"pattern": "^loot_tables/.*\\.json$",
"title": "Loot Table Identifier",
"type": "string"
"type": "string",
"defaultSnippets": [{ "label": "New Identifier", "body": "loot_tables/$1.json" }]
}