PlantCtrl/esp32/PlantControl.code-workspace

19 lines
242 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",
"functional": "cpp"
2020-09-07 18:18:46 +02:00
}
}
}