diff --git a/.vscode/settings.json b/.vscode/settings.json index adec651..cd0c2ad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -60,8 +60,12 @@ "typeinfo": "cpp", "utility": "cpp", "variant": "cpp", - "algorithm": "cpp" + "algorithm": "cpp", + "cinttypes": "cpp", + "condition_variable": "cpp", + "mutex": "cpp" }, "C_Cpp.clang_format_path": "/usr/bin/clang-format", - "cmake.configureOnOpen": true + "cmake.configureOnOpen": true, + "C_Cpp.configurationWarnings": "Disabled" } \ No newline at end of file