PlantCtrl/esp32/PlantControl.code-workspace
2020-09-21 20:42:24 +02:00

19 lines
242 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.tcc": "cpp",
"bitset": "cpp",
"algorithm": "cpp",
"istream": "cpp",
"limits": "cpp",
"streambuf": "cpp",
"functional": "cpp"
}
}
}