You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this with dotnet 3.1, dotnet 3.0 and now dotnet 2.2. I have a Raspberry Pi 4 running Raspian Stretch configured with key authentication. I am getting the following error;
Issue Description
I have tried this with dotnet 3.1, dotnet 3.0 and now dotnet 2.2. I have a Raspberry Pi 4 running Raspian Stretch configured with key authentication. I am getting the following error;
[ERROR] Error: spawn /home/pi/.vscode-server/extensions/ms-vscode.csharp-1.21.10/.omnisharp/1.34.10/run ENOENT
The .omnisharp directory does not exist.
I even went back to an older version of OmniSharp to see if that would resolve the issue.
I am doing development from Windows 10 using VS Code. When I install the extension the above error is reported in the OmniSharp log.
Steps to Reproduce
I reinstall from the same Raspian disk image before attempting any of the above variants.
Expected Behavior
I expect OmniSharp to install properly and simplify my development process.
Actual Behavior
Error is reported when extension is installed on remote server.
Starting OmniSharp server at 2/5/2020, 6:33:48 PM
Target: /home/pi/src/Test1
[ERROR] Error: spawn /home/pi/.vscode-server/extensions/ms-vscode.csharp-1.21.10/.omnisharp/1.34.10/run ENOENT
Logs
OmniSharp log
C# log
[ERROR] Error: spawn /home/pi/.vscode-server/extensions/ms-vscode.csharp-1.21.10/.omnisharp/1.34.10/run ENOENT
Environment information
VSCode version: 1.41.1
C# Extension: 1.21.10
Mono Information
OmniSharp using built-in monoDotnet Information
.NET Core SDK (reflecting any global.json): Version: 2.2.110 Commit: 4797dabd3cRuntime Environment:
OS Name: raspbian
OS Version: 10
OS Platform: Linux
RID: linux-arm
Base Path: /home/pi/dotnet/sdk/2.2.110/
Host (useful for support):
Version: 2.2.8
Commit: b9aa1abc51
.NET Core SDKs installed:
2.2.110 [/home/pi/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.8 [/home/pi/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.8 [/home/pi/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.8 [/home/pi/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: