PlantCtrl/esp32/PlantControl.code-workspace

21 lines
284 B
Plaintext
Raw Normal View History

2020-09-07 18:18:46 +02:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.tcc": "cpp",
"bitset": "cpp",
"algorithm": "cpp",
"istream": "cpp",
"limits": "cpp",
2020-09-21 20:42:24 +02:00
"streambuf": "cpp",
2020-10-14 20:07:56 +02:00
"functional": "cpp",
"string": "cpp",
"typeinfo": "cpp"
2020-09-07 18:18:46 +02:00
}
}
}