c_cpp_properties.json 415 B

1234567891011121314151617
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "/apollo_workspace/**"
  8. ],
  9. "defines": [],
  10. "compilerPath": "/usr/bin/gcc",
  11. "cStandard": "c17",
  12. "cppStandard": "gnu++14",
  13. "intelliSenseMode": "linux-gcc-arm64"
  14. }
  15. ],
  16. "version": 4
  17. }