add: adding platform workspace

This commit is contained in:
Patrick Stewart 2024-07-14 21:33:20 -07:00
parent df5e260de3
commit f862ea0f83

28
platform.code-workspace Normal file
View 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"
}
]
}