add: adding platform workspace
This commit is contained in:
parent
df5e260de3
commit
f862ea0f83
1 changed files with 28 additions and 0 deletions
28
platform.code-workspace
Normal file
28
platform.code-workspace
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/protevus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/console"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/service"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/desktop"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/web"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/mobile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "stubs/IoT"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue