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 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-x86",
  17. "compilerArgs": [],
  18. "browse": {
  19. "path": [
  20. "${workspaceFolder}/**"
  21. ],
  22. "limitSymbolsToIncludedHeaders": true
  23. }
  24. },
  25. {
  26. "name": "Linux",
  27. "includePath": [
  28. "${workspaceFolder}/**"
  29. ],
  30. "defines": [],
  31. "compilerPath": "/usr/bin/gcc",
  32. "cStandard": "c11",
  33. "cppStandard": "c++17",
  34. "intelliSenseMode": "gcc-x64"
  35. },
  36. {
  37. "name": "Win32-Prestigio",
  38. "includePath": [
  39. "${workspaceFolder}/**"
  40. ],
  41. "defines": [
  42. "_DEBUG",
  43. "UNICODE",
  44. "_UNICODE"
  45. ],
  46. "compilerPath": "D:/MinGW/mingw32/bin/gcc.exe",
  47. "cStandard": "c11",
  48. "cppStandard": "c++17",
  49. "intelliSenseMode": "clang-x64"
  50. }
  51. ],
  52. "version": 4
  53. }