From afc05492068827a482cbaf8da961d2fb3c5df6e9 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 1 Feb 2020 06:15:01 -0800 Subject: [PATCH] vscode data file --- .vscode/settings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..22da32b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "files.associations": { + "*.tcc": "cpp", + "deque": "cpp", + "string": "cpp", + "unordered_map": "cpp", + "unordered_set": "cpp", + "vector": "cpp", + "fstream": "cpp", + "iomanip": "cpp", + "limits": "cpp", + "sstream": "cpp", + "system_error": "cpp" + } +} \ No newline at end of file