PlantCtrl/esp32/PlantControl.code-workspace

32 lines
515 B
Plaintext
Raw Permalink Normal View History

2020-09-07 18:18:46 +02:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
2021-03-04 23:26:57 +01:00
"functional": "cpp",
2020-09-07 18:18:46 +02:00
"*.tcc": "cpp",
2021-03-04 23:26:57 +01:00
"map": "cpp",
"*.cps": "javascript",
2020-09-07 18:18:46 +02:00
"bitset": "cpp",
"algorithm": "cpp",
"istream": "cpp",
"limits": "cpp",
2020-09-21 20:42:24 +02:00
"streambuf": "cpp",
"string": "cpp",
2020-12-28 14:57:17 +01:00
"typeinfo": "cpp",
2021-03-04 23:26:57 +01:00
"cmath": "cpp",
2021-05-26 22:25:12 +02:00
"iterator": "cpp",
"array": "cpp",
"tuple": "cpp",
2021-07-01 20:39:06 +02:00
"utility": "cpp",
"fstream": "cpp",
"ostream": "cpp",
"sstream": "cpp"
2021-12-05 02:36:03 +01:00
"system_error": "cpp"
2020-09-07 18:18:46 +02:00
}
}
}