From effa3b77712ffedf3ef3c8f911b5a84af1d6b1a8 Mon Sep 17 00:00:00 2001 From: RanolP Date: Sat, 22 Feb 2020 20:52:16 +0900 Subject: [PATCH] Update vscode configuration --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 97848e3..16d6bab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,11 @@ "files.associations": { "*.tcc": "cpp", "type_traits": "cpp", - "optional": "cpp" + "optional": "cpp", + "system_error": "cpp", + "array": "cpp", + "tuple": "cpp", + "utility": "cpp", + "functional": "cpp" } }