platform/platform.code-workspace
2024-07-27 15:32:05 -07:00

51 lines
No EOL
738 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "stubs/protevus"
},
{
"path": "stubs/console"
},
{
"path": "stubs/service"
},
{
"path": "stubs/desktop"
},
{
"path": "stubs/web"
},
{
"path": "stubs/mobile"
},
{
"path": "stubs/IoT"
},
{
"path": "resources/branding"
},
{
"path": "resources/profile"
},
{
"path": "../resources"
}
],
"settings": {
"files.exclude": {
"**/resources/**/tests": true
},
"search.exclude": {
"**/resources/**/tests": true
},
"dart.testExclude": [
"**/resourcese/**"
],
"files.watcherExclude": {
"**/resources/**": true
}
}
}