c_cpp_properties.json 502 B

1234567891011121314151617181920
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [
  9. "_DEBUG",
  10. "UNICODE",
  11. "_UNICODE"
  12. ],
  13. "compilerPath": "C:/Users/fengbh/software/mingw64/bin/g++.exe",
  14. "cStandard": "gnu17",
  15. "cppStandard": "gnu++14",
  16. "intelliSenseMode": "windows-gcc-x64"
  17. }
  18. ],
  19. "version": 4
  20. }