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.

20 lines
570 B

2 years ago
1 year ago
2 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [
  9. "_DEBUG",
  10. "UNICODE",
  11. "_UNICODE"
  12. ],
  13. "compilerPath": "C:\\msys64\\mingw64\\bin\\gcc.exe",
  14. "cStandard": "c17",
  15. "cppStandard": "gnu++17",
  16. "intelliSenseMode": "windows-gcc-x64",
  17. "compileCommands": "${workspaceFolder}/build/compile_commands.json"
  18. }
  19. ],
  20. "version": 4
  21. }