PlantCtrl/esp32/PlantControl.code-workspace
2020-10-14 20:07:56 +02:00

20 lines
262 B
Plaintext

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