17 lines
No EOL
423 B
JSON
17 lines
No EOL
423 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/msys64/mingw64/bin/gcc.exe",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-arm",
|
|
"compileCommands": ""
|
|
}
|
|
],
|
|
"version": 4
|
|
} |