Advertisement
Guest User

Intellisense Fixes Log

a guest
May 2nd, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.21 KB | None | 0 0
  1. Searching for *.uproject file...
  2. Searching with fast-glob found nothing. (Sometimes isn't bug)
  3. *.uproject file was found!
  4.  
  5. Extension "UE Intellisense Fixes" 3.0.1 is now active!
  6.  
  7. Found Unreal Engine v5.0.1
  8.  
  9. Fixing compiler path in c_cpp_properties.json.
  10. Cpu: AMD Ryzen 3 2200G with Radeon Vega Graphics
  11. Extension compiler path isn't set. Will not force compiler path in c_cpp_properties. (Not an error)
  12. If the extension's compiler path setting was previously set you should reset your UE project to get back the c_cpp_properties default path.
  13.  
  14. Fixing compiler paths in compile commands.
  15. Will not override compiler path in compile commands file. (Not an error)
  16. Below is the compile commands first entry command. (WARNING) If getting errors and the compiler path is unexpected reset your UE project.
  17. command: "/home/user/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v19_clang-11.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++" @'/home/user/Documents/Unreal Projects/ClassCreation/.vscode/compileCommands_ClassCreation/ClassCreation.201.rsp'
  18. File write: /home/user/Documents/Unreal Projects/ClassCreation/.vscode/compileCommands_ClassCreation.json
  19. Below is the compile commands first entry command. (WARNING) If getting errors and the compiler path is unexpected reset your UE project.
  20. command: "/home/user/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v19_clang-11.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++" @'/home/user/Documents/Unreal Projects/ClassCreation/.vscode/compileCommands_Default/ClassCreation.201.rsp'
  21. File write: /home/user/Documents/Unreal Projects/ClassCreation/.vscode/compileCommands_Default.json
  22. Done fixing compiler paths.
  23.  
  24. Fixing invalid paths in response files.
  25. ClassCreation.201: Fixed paths count(50), Unfixed paths count(0)
  26. ClassCreation.201: Fixed paths count(50), Unfixed paths count(0)
  27. End fixing invalid paths in response files.
  28.  
  29. Fixing missing compile command files.
  30. No missing file paths found. No fixes needed.
  31. No missing file paths found. No fixes needed.
  32. End fix missing compile commands.
  33.  
  34. Attempting to fix UE workspace(Add empty tag parser).
  35. UE's tag parser includes are set to empty array for performance.
  36. The setting limitSymbolsToIncludedHeaders is already set to true.
  37. End fix UE workspace(Add empty tag parser).
  38.  
  39. Attempting to fix wrong cppStandard.
  40. This extension set main workspace c_cpp_properties.json's cppStandard to c++14
  41. This extension set main workspace c_cpp_properties.json's cppStandard to c++14
  42. This extension set ue4 workspace c_cpp_properties.json's cppStandard to c++14
  43. This extension set ue4 workspace c_cpp_properties.json's cppStandard to c++14
  44. End fix wrong cppStandard.
  45.  
  46. Fixing launch.json.
  47. launch.json didn't need to be changed.
  48. End fix launch.json.
  49.  
  50. Start fix wrong intellisense mode
  51. Cpu: AMD Ryzen 3 2200G with Radeon Vega Graphics
  52. Intellisense mode doesn't need to be fixed.
  53. End fix wrong intellisense mode.
  54.  
  55. Attempting to fix UE workspace optimization.
  56. Overwriting main workspace file's forced includes.
  57. End fix UE optimization.
  58.  
  59. No need to write ClassCreation CCppProperties. It was unchanged.
  60.  
  61. Writing /home/user/UnrealEngine-release/.vscode/c_cpp_properties.json to file.
  62.  
  63. Extension is done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement