Vmeda.Online/.vscode/settings.json
Noel De Martin a1445dcf99 MOBILE-3320 config: BUILD and CONFIG constants
Generate constants from webpack script to support jsonc files and read environment config
2020-10-22 10:45:52 +02:00

9 lines
107 B
JSON

{
"files.associations": {
"config.json": "jsonc",
"config.*.json": "jsonc",
},
}