From 53ec65843935efa13ea95b85284906582cab6e4f Mon Sep 17 00:00:00 2001 From: kayomn Date: Fri, 24 Feb 2023 00:31:51 +0000 Subject: [PATCH] Add more file associations --- .vscode/settings.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c7fc5d2..7f4ecdd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,15 @@ { "files.associations": { - "type_traits": "cpp", - "cassert": "cpp", - "cstddef": "cpp", - "string_view": "cpp" - }, + "type_traits": "cpp", + "cassert": "cpp", + "cstddef": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "array": "cpp", + "functional": "cpp", + "tuple": "cpp", + "utility": "cpp" + }, "editor.detectIndentation": false, "editor.insertSpaces": false, "C_Cpp.errorSquiggles": "disabled",