1
0
Fork 0
emk/.vscode/c_cpp_properties.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
}