c_cpp_properties.json 406 B

1234567891011121314
  1. {
  2. "configurations": [
  3. {
  4. "name": "main",
  5. "compilerPath": "@UFBT_TOOLCHAIN_GCC@",
  6. "intelliSenseMode": "gcc-arm",
  7. "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
  8. "configurationProvider": "ms-vscode.cpptools",
  9. "cStandard": "gnu17",
  10. "cppStandard": "c++17"
  11. },
  12. ],
  13. "version": 4
  14. }