diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f40419c..c5d8e7b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,6 +80,14 @@ "util": "c", "variant": "c", "chrono": "c", + "optional": "c", + "istream": "c", + "ostream": "c", + "ratio": "c", + "system_error": "c", + "functional": "c", + "tuple": "c", + "type_traits": "c", "ast_allies.h": "c", "ast_font.h": "c", "fox_std_lib_assets.h": "c", |
