This commit is contained in:
Martin Brodbeck 2018-07-20 22:07:10 +02:00
parent e169f8c07e
commit 19375a7752
1 changed files with 6 additions and 2 deletions

View File

@ -60,8 +60,12 @@
"typeinfo": "cpp", "typeinfo": "cpp",
"utility": "cpp", "utility": "cpp",
"variant": "cpp", "variant": "cpp",
"algorithm": "cpp" "algorithm": "cpp",
"cinttypes": "cpp",
"condition_variable": "cpp",
"mutex": "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,
"C_Cpp.configurationWarnings": "Disabled"
} }