c_cpp_properties.json 392 B

123456789101112131415161718
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}"
  8. ],
  9. "defines": [
  10. "_DEBUG",
  11. "UNICODE",
  12. "_UNICODE"
  13. ],
  14. "intelliSenseMode": "windows-gcc-x86"
  15. }
  16. ],
  17. "version": 4
  18. }