end0
end0

Reputation: 41

VsCode installing C# dependencies

I have a weird "problem" since this morning. I'm using vscode to program in Unity, everything works fine but now, whenever I open VsCode or open a folder or close a window, the terminal opens and shows this:

Installing C# dependencies...
Platform: win32, x86_64

Finished

And it seems that nothing is installed. Everything works fine, but really annoying to work like this. I have uninstalled and reinstalled everything but still the same.

Thanks in advance, regards.

EDIT

This issue was reported on Omnisharp github and this user's solution works for me Fix terminal reports installing C# dependencies with no installing nothing

Upvotes: 4

Views: 2407

Answers (1)

Sir Cumference
Sir Cumference

Reputation: 21

(For anyone having this same error, please check end0's answer on the question or in the comments for a more in-depth solution instead of a temporary one)

I had the same problem, I solved it by disabling the extension "Debugger for Unity".

Try making a workspace for your unity project and on the same extension, click the dropdown button next to "enable" and enable it only for that workspace.

Enabling "Debugger for Unity" only in the workspace

Upvotes: 2

Related Questions