update workspace after split

This commit is contained in:
Nicu Hodos 2022-10-07 13:36:58 +02:00
parent 52f7fcf6d6
commit 00c185d4a1

55
rc-gateway.code-workspace Normal file
View File

@ -0,0 +1,55 @@
{
"folders": [
{
"path": "gateway"
},
{
"name": "temp_sensor",
"path": "temp_sensor"
},
{
"path": "libraries"
},
{
"path": "oil_sensor"
}
],
"settings": {
"files.associations": {
"functional": "cpp",
"queue": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"vector": "cpp",
"cmath": "cpp",
"cstdlib": "cpp",
"istream": "cpp",
"ostream": "cpp",
"optional": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"__bit_reference": "cpp",
"__node_handle": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"cstddef": "cpp",
"__memory": "cpp",
"filesystem": "cpp",
"limits": "cpp",
"locale": "cpp",
"random": "cpp",
"ratio": "cpp",
"__functional_base": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory": "cpp",
"variant": "cpp"
}
}
}