helma/.vscode/settings.json

9 lines
90 B
JSON
Raw Normal View History

2023-03-05 15:54:15 +01:00
{
"files.exclude": {
"apps/": true
},
"files.watcherExclude": {
"apps/": true
}
}