diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 19c4f2d..011e49c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,7 +38,20 @@ "xstddef": "cpp", "xstring": "cpp", "xtr1common": "cpp", - "xutility": "cpp" + "xutility": "cpp", + "algorithm": "cpp", + "array": "cpp", + "clocale": "cpp", + "forward_list": "cpp", + "functional": "cpp", + "iterator": "cpp", + "list": "cpp", + "map": "cpp", + "numeric": "cpp", + "unordered_map": "cpp", + "valarray": "cpp", + "xhash": "cpp", + "xtree": "cpp" }, "C_Cpp.errorSquiggles": "Enabled" }
\ No newline at end of file |
