rc-gateway/rc-gateway.code-workspace
Nicu Hodos 89da9a80e8 re-organize:
- move code for all devices in dedicated folder
- move code for gateway in the root folder
2025-09-20 10:00:42 +02:00

52 lines
931 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "devices/temp_sensor"
},
{
"path": "devices/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",
"string_view": "cpp"
}
}
}