No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

c_cpp_properties.json 781B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [
  9. "_DEBUG",
  10. "UNICODE",
  11. "_UNICODE"
  12. ],
  13. "compilerPath": "C:/MinGW/bin/gcc.exe",
  14. "cStandard": "c11",
  15. "cppStandard": "c++17",
  16. "intelliSenseMode": "gcc-x64"
  17. },
  18. {
  19. "name": "Linux",
  20. "includePath": [
  21. "${workspaceFolder}/**"
  22. ],
  23. "defines": [],
  24. "compilerPath": "/usr/bin/gcc",
  25. "cStandard": "c11",
  26. "cppStandard": "c++17",
  27. "intelliSenseMode": "gcc-x64"
  28. }
  29. ],
  30. "version": 4
  31. }