1

I am building a Unity3d project under Ubuntu 19.10, and I cannot get Visual Studio Code to show me Intellisense. I get this error output:

https://hastebin.com/arisekehih.txt

There is a line that reads

The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application

But .NET Framework is only for Windows.

I have Visual Studio Code 1.43 installed, with the extension C# (ms-dotnettools.csharp). I installed it using the .deb package on the website.

I followed these instructions and set it up as the default editor:

enter image description here

What could I do?

Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189

1 Answers1

0

I solved this issue after change omnisharp.useGlobalMono on vs code settings to always.

I use Unity3d 2020, Ubuntu 20.04, vs code 1.49.2, and intellisense is work.

source from this

Miftakhul Arzak
  • 1,166
  • 1
  • 12
  • 31