nxapi/.vscode/settings.json
2022-09-14 22:18:20 +01:00

70 lines
2.4 KiB
JSON

{
"files.associations": {
"**/data/persist/*": "json"
},
"json.schemas": [
{
"fileMatch": ["**/pctl-daily-*.json"],
"url": "./.vscode/schema/moon/dailysummary.schema.json"
},
{
"fileMatch": ["**/pctl-monthly-*.json"],
"url": "./.vscode/schema/moon/monthlysummary.schema.json"
},
{
"fileMatch": ["**/splatnet2-records-*.json", "!**-latest.json"],
"url": "./.vscode/schema/splatnet2/records.schema.json"
},
{
"fileMatch": ["**/splatnet2-ni-*.json"],
"url": "./.vscode/schema/splatnet2/ni.schema.json"
},
{
"fileMatch": ["**/splatnet2-timeline-*.json"],
"url": "./.vscode/schema/splatnet2/timeline.schema.json"
},
{
"fileMatch": ["**/splatnet2-hero-*.json"],
"url": "./.vscode/schema/splatnet2/hero.schema.json"
},
{
"fileMatch": ["**/splatnet2-results-summary-*.json", "!**/splatnet2-results-summary-image-*", "!**-latest.json"],
"url": "./.vscode/schema/splatnet2/results-summary.schema.json"
},
{
"fileMatch": ["**/splatnet2-result-*.json", "!**/splatnet2-result-image-*.json"],
"url": "./.vscode/schema/splatnet2/result.schema.json"
},
{
"fileMatch": ["**/splatnet2-coop-summary-*.json", "!**-latest.json"],
"url": "./.vscode/schema/splatnet2/coop-summary.schema.json"
},
{
"fileMatch": ["**/splatnet2-coop-result-*.json"],
"url": "./.vscode/schema/splatnet2/coop-result.schema.json"
},
{
"fileMatch": ["**/nooklink-newspaper-*.json"],
"url": "./.vscode/schema/nooklink/newspaper.schema.json"
},
{
"fileMatch": ["**/splatnet3-result-*.json"],
"url": "./.vscode/schema/splatnet3/result.schema.json"
},
{
"fileMatch": ["**/splatnet3-coop-result-*.json"],
"url": "./.vscode/schema/splatnet3/coop-result.schema.json"
},
{
"fileMatch": ["**/resources/common/remote-config.json", "**/data/remote-config.json"],
"url": "./.vscode/schema/generated/remote-config.schema.json"
},
],
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.quoteStyle": "single",
}