summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 30eb399..e9e1d02 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,8 @@
{
"files.associations": {
- "project_base.h": "c"
+ "project_base.h": "c",
+ "initializer_list": "c",
+ "type_traits": "c",
+ "xutility": "c"
}
} \ No newline at end of file