diff --git a/.vscode/settings.json b/.vscode/settings.json index 76fdc80..c121f4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,6 +39,11 @@ "vector": "cpp", "functional": "cpp", "mutex": "cpp", - "sstream": "cpp" - } + "sstream": "cpp", + "cstring": "cpp", + "optional": "cpp", + "bitset": "cpp", + "deque": "cpp" + }, + "C_Cpp.intelliSenseEngineFallback": "Disabled" } \ No newline at end of file