Add vscode workspace

This commit is contained in:
2020-07-22 22:45:10 +00:00
parent 2d95e610fc
commit f8a6c71dd0

25
Services.code-workspace Normal file
View File

@@ -0,0 +1,25 @@
{
"folders": [
{
"path": "Hub/Service",
"name": "Hub/Service"
},
{
"path": "Power/Service",
"name": "Power/Service"
},
{
"path": "Weather/Models",
"name": "Weather/Models"
},
{
"path": "Weather/SerialReader",
"name": "Weather/SerialReader"
},
{
"path": "Weather/Service",
"name": "Weather/Service"
}
],
"settings": {}
}