Compare commits
2 commits
e92b0c1867
...
e169f8c07e
Author | SHA1 | Date | |
---|---|---|---|
e169f8c07e | |||
360a0010ff |
2 changed files with 4 additions and 2 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -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
|
||||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -62,5 +62,6 @@
|
||||||
"variant": "cpp",
|
"variant": "cpp",
|
||||||
"algorithm": "cpp"
|
"algorithm": "cpp"
|
||||||
},
|
},
|
||||||
"C_Cpp.clang_format_path": "/usr/bin/clang-format"
|
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
|
||||||
|
"cmake.configureOnOpen": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue