I am getting the following error every time I open code from the editor in visual studio code:
“Your workspace has multiple Visual Studio Solution files; please select one to get full intellisense”
I have seen a post with the same issue so I have confirmed that my code editor is set to Visual Studio Code in the editor and I removed the VScode folder from my project and had the editor rebuild it but the same error comes back.
I have exactly the same issue. And I too deleted the vscode folder and rebuilt it. There is no .sln file in my project. I would really like to know how to fix this.
Is that just opening the file or does it actually open the workspace (I believe by default its the former) i.e. do you see “(Workspace)” in the title bar?
That appears to be coming from the C# extension. Unreal uses C# for its build system, you can probably just ignore that warning or go into the workspace settings and disable that extension.