c_cpp_properties.json 168 B

12345678
  1. {
  2. "configurations": [
  3. {
  4. "name": "STM32",
  5. "compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
  6. }
  7. ]
  8. }