rc-gateway/arduino_projects.code-workspace
2021-12-07 20:20:03 +01:00

34 lines
479 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",
"istream": "cpp",
"ostream": "cpp"
}
}
}