diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 | ||||
-rw-r--r-- | .vscode/settings.json | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 478d780..46fa4ac 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -38,5 +38,5 @@ "cppStandard": "c++17" } ], - "version": 3 + "version": 4 }
\ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 389c8a8..844d362 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,10 +13,7 @@ "stdio.h": "c", "ratio": "c", "system_error": "c", - "type_traits": "c", - "istream": "c", - "optional": "c", - "ostream": "c" + "type_traits": "c" }, "C_Cpp.intelliSenseEngineFallback": "Disabled", "C_Cpp.errorSquiggles": "Disabled" |