2026rc_r1/.vscode/c_cpp_properties.json
2026-03-17 04:38:02 +08:00

16 lines
424 B
JSON

{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json",
"intelliSenseMode": "windows-msvc-x64",
"cStandard": "c17",
"cppStandard": "gnu++14",
"includePath": [
"${default}",
"${workspaceFolder}/User"
]
}
],
"version": 4
}