PlantCtrl/esp32/PlantControl.code-workspace
2020-09-07 18:18:46 +02:00

18 lines
218 B
Plaintext

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