c_cpp_properties.json 381 B

12345678910111213141516
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${default}",
  7. "/usr/include/freetype2"
  8. ],
  9. "compilerPath": "/usr/bin/gcc",
  10. "cStandard": "gnu17",
  11. "cppStandard": "gnu++14",
  12. "intelliSenseMode": "linux-gcc-arm64"
  13. }
  14. ],
  15. "version": 4
  16. }