vscode: use clang

This commit is contained in:
Jeremy Attali 2019-12-16 01:21:37 -05:00
parent 8424397130
commit 58b9c55b3c

View File

@ -3,7 +3,7 @@
{
"name": "Linux",
"defines": [],
"compilerPath": "/usr/bin/ninja",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",