rc-gateway/arduino_projects.code-workspace

46 lines
684 B
Plaintext

{
"folders": [
{
"name": "esp_clock",
"path": "esp_clock"
},
{
"path": "gateway"
},
{
"path": "kid"
},
{
"name": "blue_remote",
"path": "blue_remote"
},
{
"name": "temp_sensor",
"path": "temp_sensor"
},
{
"path": "libraries"
}
],
"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"
}
}
}