rc-gateway/rc-gateway.code-workspace
2024-05-09 11:52:40 +02:00

57 lines
1003 B
Plaintext

{
"folders": [
{
"path": "gateway"
},
{
"name": "temp_sensor",
"path": "temp_sensor"
},
{
"path": "libraries"
},
{
"path": "oil_sensor"
}
],
"settings": {
"files.associations": {
"*.yaml": "esphome",
"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"
}
}
}