winutil/.vscode/settings.json

12 lines
323 B
JSON
Raw Normal View History

{
"json.schemas": [
{
"fileMatch": ["config/applications.json"],
"url": "https://json.schemastore.org/winutil-applications.json"
},
{
"fileMatch": ["config/preset.json"],
"url": "https://json.schemastore.org/winutil-presets.json"
}
]
}