c_cpp_properties.json 413 B

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