This commit is contained in:
Martin Brodbeck 2018-08-08 15:55:11 +02:00
parent 58d37d4cad
commit c4f2a99572
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@
"cinttypes": "cpp", "cinttypes": "cpp",
"condition_variable": "cpp", "condition_variable": "cpp",
"mutex": "cpp", "mutex": "cpp",
"hash_map": "cpp" "hash_map": "cpp",
"future": "cpp"
}, },
"C_Cpp.clang_format_path": "/usr/bin/clang-format", "C_Cpp.clang_format_path": "/usr/bin/clang-format",
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,