Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. -------- Diagnostics - 08.07.2019, 0:41:26
  2. Version: 0.24.0
  3. Current Configuration:
  4. {
  5. "name": "Win32",
  6. "includePath": [
  7. "${workspaceFolder}/**"
  8. ],
  9. "defines": [
  10. "_DEBUG",
  11. "UNICODE",
  12. "_UNICODE"
  13. ],
  14. "windowsSdkVersion": "10.0.17763.0",
  15. "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe",
  16. "knownCompilers": [
  17. {
  18. "path": "/usr/bin/gcc",
  19. "isC": true
  20. },
  21. {
  22. "path": "/usr/bin/g++",
  23. "isC": false
  24. },
  25. {
  26. "path": "/usr/bin/cpp",
  27. "isC": false
  28. },
  29. {
  30. "path": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe",
  31. "isC": false
  32. },
  33. {
  34. "path": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe",
  35. "isC": true
  36. }
  37. ],
  38. "intelliSenseMode": "msvc-x64",
  39. "cStandard": "c99",
  40. "cppStandard": "c++17",
  41. "browse": {
  42. "path": [
  43. "${workspaceFolder}/**"
  44. ],
  45. "limitSymbolsToIncludedHeaders": true
  46. }
  47. }
  48. Translation Unit Mappings:
  49. [\\WSL$\UBUNTU-18.04\HOME\APPEND\KERNEL_4.9\DRIVERS\MISC\MEDIATEK\SCHED\SCHED_CTL.C]:
  50. \\WSL$\UBUNTU-18.04\HOME\APPEND\KERNEL_4.9\DRIVERS\MISC\MEDIATEK\SCHED\SCHED_CTL.C
  51. Translation Unit Configurations:
  52. [\\WSL$\UBUNTU-18.04\HOME\APPEND\KERNEL_4.9\DRIVERS\MISC\MEDIATEK\SCHED\SCHED_CTL.C]:
  53. Process ID: 7764
  54. Memory Usage: 9 MB
  55. Compiler Path: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe
  56. Includes:
  57. C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\COMMUNITY\VC\TOOLS\MSVC\14.21.27702\INCLUDE
  58. C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\COMMUNITY\VC\TOOLS\MSVC\14.21.27702\ATLMFC\INCLUDE
  59. C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.17763.0\UM
  60. C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.17763.0\UCRT
  61. C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.17763.0\SHARED
  62. C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.17763.0\WINRT
  63. C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.17763.0\CPPWINRT
  64. Defines:
  65. _DEBUG
  66. UNICODE
  67. _UNICODE
  68. Standard Version: c99
  69. IntelliSense Mode: msvc-x64
  70. Total Memory Usage: 9 MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement