mirror of
https://github.com/lindbergh-loader/lindbergh-loader.git
synced 2026-09-26 08:28:00 +03:00
22 lines
531 B
JSON
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
|
|
} |