- move code for all devices in dedicated folder - move code for gateway in the root folder
52 lines
931 B
Plaintext
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"
|
|
}
|
|
}
|
|
} |