You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
410 B
22 lines
410 B
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"USE_MEM_VM",
|
|
"x86_64",
|
|
"_GNU_SOURCE",
|
|
"LOG_TO_FILE"
|
|
],
|
|
"cStandard": "${default}",
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cppStandard": "${default}"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|