From 4cd950a61342ef501e56cad2a8e76a0e1192b5d3 Mon Sep 17 00:00:00 2001 From: kayomn Date: Fri, 24 Feb 2023 22:53:57 +0000 Subject: [PATCH] Add more C++ file associations to VS Code --- .vscode/settings.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 82c5817..a01522c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,42 @@ "array": "cpp", "functional": "cpp", "tuple": "cpp", - "utility": "cpp" + "utility": "cpp", + "atomic": "cpp", + "bit": "cpp", + "*.tcc": "cpp", + "cctype": "cpp", + "clocale": "cpp", + "cmath": "cpp", + "compare": "cpp", + "concepts": "cpp", + "cstdarg": "cpp", + "cstdint": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "deque": "cpp", + "string": "cpp", + "unordered_map": "cpp", + "vector": "cpp", + "exception": "cpp", + "algorithm": "cpp", + "iterator": "cpp", + "memory": "cpp", + "memory_resource": "cpp", + "numeric": "cpp", + "random": "cpp", + "initializer_list": "cpp", + "iosfwd": "cpp", + "limits": "cpp", + "new": "cpp", + "numbers": "cpp", + "ostream": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "cinttypes": "cpp", + "typeinfo": "cpp" }, "editor.minimap.maxColumn": 120, "editor.detectIndentation": false,