11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"cStandard": "c11",
|
|
"intelliSenseMode": "gcc-arm64",
|
|
"compileCommands": "${workspaceFolder}/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |