update: updating project workspace

This commit is contained in:
Patrick Stewart 2024-07-27 15:32:05 -07:00
parent 6ce2633e3a
commit 9129f01720

View file

@ -29,6 +29,23 @@
},
{
"path": "resources/profile"
},
{
"path": "../resources"
}
]
],
"settings": {
"files.exclude": {
"**/resources/**/tests": true
},
"search.exclude": {
"**/resources/**/tests": true
},
"dart.testExclude": [
"**/resourcese/**"
],
"files.watcherExclude": {
"**/resources/**": true
}
}
}