Search code examples
c#macosvisual-studio-codevscode-debugger

Multiple C# projects Open multiple VSCode in MacOS


I have two different RestApi projects made in C#.

When I open project A and compile it, there is no problem. When I want to open project B with new VSCode window, I get the error “No installed .Net SDK”.

I’m exiting VSCode, than When I open project B and compile it, there is no problem. When I want to open project A with new VSCode window, I get the error “No installed .Net SDK”.

Can I open and compile two projects in different VSCode windows?

VS Code Error


Solution

  • I recently had same issue as yours. I tried to simulate your problem now. Are you using third party git apps? I am asking because I have been using Fork and when I open my projects with Fork shortcut. I had same error as yours.

    Would you try to open your project windows directly from VSCode?