From 11d29939f65216ad336ba71f5a61be5ac951a99a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 1 Jul 2021 20:39:06 +0200 Subject: [PATCH] code stuff --- esp32/PlantControl.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esp32/PlantControl.code-workspace b/esp32/PlantControl.code-workspace index 5b652b9..13450eb 100644 --- a/esp32/PlantControl.code-workspace +++ b/esp32/PlantControl.code-workspace @@ -21,7 +21,8 @@ "iterator": "cpp", "array": "cpp", "tuple": "cpp", - "utility": "cpp" + "utility": "cpp", + "fstream": "cpp" } } }