I have a clean install of Ubuntu 20.04 LTS
. I want to install Visual Studio Code
, .NET SDK 5.0
, and what seems to be the best suggested C# extension, this, the OmniSharp
one.
I first tried to install with the Ubuntu Software
app. In Visual Studio Code
I installed the suggested OmniSharp
extension. When trying to build a project, I got the mentioned error.
I tried installing using the terminal with this tutorial which seems good and straighforward - same error, when at the console app example stage after running dotnet new console
.
This SO question has three proper suggestions, though I would like to use the latest SDK, and I do not have Mono installed, also I want to use Visual Studio Code
, as far as I know, that is a newer approach than Mono.
The omnisharp.path": "latest
solution does not work.