12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"compileCommands": "/builddir/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |