1
0
mirror of synced 2024-11-28 06:50:50 +01:00
lindbergh-loader/.vscode/c_cpp_properties.json
2023-12-12 21:51:34 -05:00

22 lines
529 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}"
],
"defines": [
"__USE_POSIX",
"__USE_MISC"
],
"cppStandard": "gnu++17",
"cStandard": "c99",
"intelliSenseMode": "linux-gcc-x86",
"forcedInclude": [
"${workspaceFolder}/../vscode-preinclude.h"
],
"compilerArgs": []
}
],
"version": 4
}