- Home /
Visual Studio Code Intellisense
I've been working on this project for a while now, I was taking advantage of four extensions in vs code, the c# omnisharp extension, unity tools, the unity debugger, and unity snippets. These all worked well for the longest time, and now suddenly unity tools and omnisharp do absolutely nothing. I've tried deleting and reinstalling extensions and all that, manually and through vs code. I believe my problem lies with omnisharp, as whenever I try to download it this is my omnisharp log
Installing C# dependencies...
Platform: win32, x86_64
Downloading package 'OmniSharp for Windows (.NET 4.6 / x64)' (33895 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package 'OmniSharp for Windows (.NET 4.6 / x64)'
Downloading package '.NET Core Debugger (Windows / x64)' (42010 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package '.NET Core Debugger (Windows / x64)'
Downloading package 'Razor Language Server (Windows / x64)' (50668 KB).................... Done!
Installing package 'Razor Language Server (Windows / x64)'
Finished
Failed to spawn 'dotnet --info'
as you can see it says 'failed to spawn dotnet --info', and I think this is the problem. I've been at this for so long and it's really frustrating. Please Help!!!!
Did you manage to resolve this issue?
I started having the same problem recently, after upgrading to Unity 19.4.1f and the latest Visual Studio Code.
Your answer
Follow this Question
Related Questions
Making a character jump and crouch using a Joystick 1 Answer
Activate/Deactivate Scripts form another Script 2 Answers
Cant play animation ontriggerenter plz help C# 1 Answer
How can i set transform.position on y ? And why i'm getting error cannot convert double to float ? 3 Answers
unity load an player made C# script 2 Answers