boocs / ue4-intellisense-fixes

Automatically fixes VSCode/Unreal Engine Intellisense Config bugs on startup
MIT License
162 stars 9 forks source link

Errors opening console when opening any file #28

Closed T3kla closed 1 year ago

T3kla commented 1 year ago

So if I open whatever kind of file in VSCode, this error will always appear. I wouldn't mind it appearing if it wasn't for the fact that it brings up the console every time, and every time I have to close it.

image

boocs commented 1 year ago

Yeah I was aware of this but VSCode let me be lazy because you can just disable the extension globally and then just enable it only for Unreal project workspaces. image

It should be an easy fix though. I'll look to see if I can fix it.

It'll be low priority because I'm trying to get this Unreal Clangd extension released in a beta state. I'm also gonna try creating another unreal extension that's been needed.

boocs commented 1 year ago

I realized I needed to do the same thing for my Unreal Clangd extension that's releasing soon. I've updated the extension to fix this issue!