Orange/.vscode/c_cpp_properties.json
2026-01-21 13:18:59 +08:00

14 lines
340 B
JSON

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