diff --git a/.vscode/settings.json b/.vscode/settings.json index ae7faf9..0b81f37 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -64,7 +64,8 @@ "cinttypes": "cpp", "condition_variable": "cpp", "mutex": "cpp", - "hash_map": "cpp" + "hash_map": "cpp", + "future": "cpp" }, "C_Cpp.clang_format_path": "/usr/bin/clang-format", "cmake.configureOnOpen": true,