From c4f2a99572ebaf661b4e6a3de622057f6487f1b5 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 8 Aug 2018 15:55:11 +0200 Subject: [PATCH] ? --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,