14 lines
406 B
JSON
14 lines
406 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "main",
|
||
|
"compilerPath": "@UFBT_TOOLCHAIN_GCC@",
|
||
|
"intelliSenseMode": "gcc-arm",
|
||
|
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
|
||
|
"configurationProvider": "ms-vscode.cpptools",
|
||
|
"cStandard": "gnu17",
|
||
|
"cppStandard": "c++17"
|
||
|
},
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|