c_cpp_properties.json 740 B

12345678910111213141516171819202122232425
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${vcpkgRoot}/x64-windows/include",
  8. "${vcpkgRoot}/x86-windows/include",
  9. "../../Rack-SDK/include",
  10. "../../Rack-SDK/dep/include"
  11. ],
  12. "defines": [
  13. "_DEBUG",
  14. "UNICODE",
  15. "_UNICODE"
  16. ],
  17. "compilerPath": "C:/msys64/mingw64/bin/gcc.exe",
  18. "cStandard": "c17",
  19. "cppStandard": "c++17",
  20. "intelliSenseMode": "windows-gcc-x64",
  21. "configurationProvider": "ms-vscode.makefile-tools"
  22. }
  23. ],
  24. "version": 4
  25. }