winutil/.vscode/settings.json
EmilyGraceSeville7cf f62e1f0a76 feat(schema): support configs
- applications.json
- preset.json
2024-09-18 06:40:53 +10:00

12 lines
323 B
JSON

{
"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"
}
]
}