From 00c185d4a180f7a35e10a665f9969a54cc2b3d75 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Fri, 7 Oct 2022 13:36:58 +0200 Subject: [PATCH] update workspace after split --- rc-gateway.code-workspace | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 rc-gateway.code-workspace diff --git a/rc-gateway.code-workspace b/rc-gateway.code-workspace new file mode 100644 index 0000000..6297c6b --- /dev/null +++ b/rc-gateway.code-workspace @@ -0,0 +1,55 @@ +{ + "folders": [ + { + "path": "gateway" + }, + { + "name": "temp_sensor", + "path": "temp_sensor" + }, + { + "path": "libraries" + }, + { + "path": "oil_sensor" + } + ], + "settings": { + "files.associations": { + "functional": "cpp", + "queue": "cpp", + "array": "cpp", + "*.tcc": "cpp", + "deque": "cpp", + "list": "cpp", + "string": "cpp", + "vector": "cpp", + "cmath": "cpp", + "cstdlib": "cpp", + "istream": "cpp", + "ostream": "cpp", + "optional": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "utility": "cpp", + "__bit_reference": "cpp", + "__node_handle": "cpp", + "atomic": "cpp", + "bitset": "cpp", + "chrono": "cpp", + "cstddef": "cpp", + "__memory": "cpp", + "filesystem": "cpp", + "limits": "cpp", + "locale": "cpp", + "random": "cpp", + "ratio": "cpp", + "__functional_base": "cpp", + "algorithm": "cpp", + "iterator": "cpp", + "memory": "cpp", + "variant": "cpp" + } + } +} \ No newline at end of file