c_cpp_properties.json 639 B

12345678910111213141516171819202122
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "C:\\Users\\user\\scoop\\apps\\gcc\\current\\include\\**"
  8. ],
  9. "defines": [
  10. "_DEBUG",
  11. "UNICODE",
  12. "_UNICODE"
  13. ],
  14. "windowsSdkVersion": "8.1",
  15. "compilerPath": "C:\\Users\\user\\scoop\\apps\\gcc\\current\\bin\\g++.exe",
  16. "cStandard": "c11",
  17. "cppStandard": "c++17",
  18. "intelliSenseMode": "gcc-x86"
  19. }
  20. ],
  21. "version": 4
  22. }