1
0
mirror of synced 2025-02-24 06:03:21 +01:00
lindbergh-loader/.vscode/c_cpp_properties.json
2024-12-23 14:41:01 +00:00

22 lines
531 B
JSON

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