16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "STM32",
|
|
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json",
|
|
"macFrameworkPath": [
|
|
"/System/Library/Frameworks",
|
|
"/Library/Frameworks"
|
|
],
|
|
"intelliSenseMode": "macos-clang-x64",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |