12 lines
291 B
JSON
12 lines
291 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||
|
"intelliSenseMode": "gcc-x64",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|