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.
 
 
 
 
 
 

21 lines
362 B

  1. {
  2. "configurations": [
  3. {
  4. "inheritEnvironments": [
  5. "msvc_x64"
  6. ],
  7. "name": "x64-Debug",
  8. "includePath": [
  9. "${env.INCLUDE}",
  10. "${workspaceRoot}\\**"
  11. ],
  12. "defines": [
  13. "WIN32",
  14. "_DEBUG",
  15. "UNICODE",
  16. "_UNICODE"
  17. ],
  18. "intelliSenseMode": "windows-msvc-x64"
  19. }
  20. ]
  21. }