12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"cStandard": "c99",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-arm"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |