This commit is contained in:
Martin Brodbeck 2018-07-20 20:41:27 +02:00
parent 360a0010ff
commit e169f8c07e
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"compilerPath": "/usr/bin/clang", "compilerPath": "/usr/bin/clang",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++17", "cppStandard": "c++17",
"intelliSenseMode": "clang-x64" "intelliSenseMode": "clang-x64",
"configurationProvider": "vector-of-bool.cmake-tools"
} }
], ],
"version": 4 "version": 4