update: updating project workspace
This commit is contained in:
parent
6ce2633e3a
commit
9129f01720
1 changed files with 18 additions and 1 deletions
|
@ -29,6 +29,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "resources/profile"
|
"path": "resources/profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../resources"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/resources/**/tests": true
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"**/resources/**/tests": true
|
||||||
|
},
|
||||||
|
"dart.testExclude": [
|
||||||
|
"**/resourcese/**"
|
||||||
|
],
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/resources/**": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue