fateforge-tool/.vscode/settings.json

17 lines
398 B
JSON
Raw Normal View History

2023-03-09 23:54:45 +00:00
{
"json.schemas": [
{
"fileMatch": [
"data/spells/*.json"
],
"url": "/./.vscode/spells-schemas.json"
},
{
"fileMatch": [
"data/books*.json"
],
"url": "/./.vscode/books-schemas.json"
2023-03-09 23:54:45 +00:00
}
],
2023-03-15 09:40:49 +00:00
"stenography.apiKey": "caac2b35-1682-4741-a409-d687f69d9767",
2023-03-09 23:54:45 +00:00
}