c_cpp_properties.json 442 B

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