remove: deleting vscode workspace
This commit is contained in:
parent
d8d4a6df3d
commit
090d6f4eb3
1 changed files with 0 additions and 60 deletions
|
@ -1,60 +0,0 @@
|
||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/protevus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/ignition"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/console"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/service"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/desktop"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/web"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/mobile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "stubs/IoT"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resources/branding"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resources/ghb-profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resources/org-profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resources/per-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