I’m running Unity 2020 with VSCode on Ubuntu 20.04. I had vscode working properly with all the intellisense and everything but now I get this error from the C# vscode extension when I open my .sln file. Can anybody help point me in a direction towards fixing this?
System.TypeLoadException: Could not find method '.ctor' due to a type load error: Could not set up parent class, due to: Could not set up parent class, due to: assembly:/home/timmeh/work/unity/installs/2020.1.10f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll type:Object member:(null) assembly:/home/timmeh/work/unity/installs/2020.1.10f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll type:Attribute member:(null) assembly:/home/timmeh/work/unity/3_Project_Boost/Library/ScriptAssemblies/UnityEngine.TestRunner.dll type:TestRunCallbackAttribute member:(null)
Here’s the full OmniSharp output if that helps: https://pastebin.com/vJhh8pmE