sourcebot/.vscode/settings.json

6 lines
93 B
JSON
Raw Normal View History

2024-10-17 20:31:18 +00:00
{
"files.associations": {
"*.json": "jsonc",
"index.json": "json"
}
}