platform/platform.code-workspace

51 lines
738 B
Text
Raw Normal View History

2024-07-15 04:33:20 +00:00
{
"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"
2024-07-27 22:32:05 +00:00
},
{
"path": "../resources"
2024-07-15 04:33:20 +00:00
}
2024-07-27 22:32:05 +00:00
],
"settings": {
"files.exclude": {
"**/resources/**/tests": true
},
"search.exclude": {
"**/resources/**/tests": true
},
"dart.testExclude": [
"**/resourcese/**"
],
"files.watcherExclude": {
"**/resources/**": true
}
}
2024-07-15 04:33:20 +00:00
}