From 1862a4ed71445ce1e60604589b7e58043130720f Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 26 Nov 2017 14:18:28 -0800 Subject: [PATCH] add VSCode workspace file --- VSCodeWorkspace.code-workspace | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 VSCodeWorkspace.code-workspace diff --git a/VSCodeWorkspace.code-workspace b/VSCodeWorkspace.code-workspace new file mode 100644 index 00000000..60d370af --- /dev/null +++ b/VSCodeWorkspace.code-workspace @@ -0,0 +1,44 @@ +{ + "folders": [ + { + "path": "Firmware" + }, + { + "path": "tools" + } + ], + "settings": { + "files.associations": { + "memory": "cpp", + "utility": "cpp", + "deque": "cpp", + "vector": "cpp", + "array": "cpp", + "*.tcc": "cpp", + "cctype": "cpp", + "clocale": "cpp", + "cstdint": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cstring": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "exception": "cpp", + "functional": "cpp", + "initializer_list": "cpp", + "iosfwd": "cpp", + "istream": "cpp", + "limits": "cpp", + "new": "cpp", + "ostream": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "typeinfo": "cpp", + "algorithm": "cpp" + } + } +} \ No newline at end of file