rc-gateway/arduino_projects.code-workspace
2021-11-21 15:17:58 +01:00

32 lines
437 B
Plaintext

{
"folders": [
{
"name": "esp_clock",
"path": "esp_clock"
},
{
"path": "gateway"
},
{
"path": "kid"
},
{
"name": "blue_remote",
"path": "blue_remote"
}
],
"settings": {
"files.associations": {
"functional": "cpp",
"queue": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"vector": "cpp",
"cmath": "cpp",
"cstdlib": "cpp"
}
}
}