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:
What could I do?