20 lines
No EOL
517 B
JSON
20 lines
No EOL
517 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"defines": [
|
|
"LIMINE_API_REVISION=3",
|
|
"FLANTERM_SUPPORT=1",
|
|
"BUILD_MODE=\"\""
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |