Er_sentry/.vscode/c_cpp_properties.json
2025-12-17 02:48:24 +08:00

12 lines
308 B
JSON

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