]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - .vscode/settings.json
Enhance json schema (#353)
[xdg-ninja.git] / .vscode / settings.json
1 {
2 "json.schemas": [
3 {
4 "fileMatch": [
5 "programs/*.json"
6 ],
7 "url": "./json-schema/program.json"
8 }
9 ]
10 }