17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "${default}",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"cppStandard": "${default}"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |