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
To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-download
VS Code version:
1.65.2
c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
arm64
C# Extension version:v1.24.1
OmniSharp log
Starting OmniSharp server at 3/26/2022, 12:41:53 AM
Target: /Users/halilkocaoz/.../.../AnyProject.sln
OmniSharp server started.
Path: /Users/halilkocaoz/.vscode/extensions/ms-dotnettools.csharp-1.24.1/.omnisharp/1.38.3-beta.31/run
PID: 11266
/Users/halilkocaoz/.vscode/extensions/ms-dotnettools.csharp-1.24.1/.omnisharp/1.38.3-beta.31/run: line 25: mono: command not found
Steps to reproduce
trying restart omnisharp and getting:
[ERROR] Attempt to restart OmniSharp server failed because another server instance is starting.
Expected behavior
Loading projects, working on environment without installing mono.
Actual behavior
After one minute:
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET SDK (reflecting any global.json):
Version: 6.0.200
Commit: 4c30de7899
Runtime Environment:
OS Name: Mac OS X
OS Version: 12.2
OS Platform: Darwin
RID: osx.12-arm64
Base Path: /usr/local/share/dotnet/sdk/6.0.200/
Host (useful for support):
Version: 6.0.2
Commit: 839cdfb0ec
.NET SDKs installed:
6.0.200 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
VS Code version:
1.65.2
c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
arm64
C# Extension version:v1.24.1
OmniSharp log
Starting OmniSharp server at 3/26/2022, 12:41:53 AM
Target: /Users/halilkocaoz/.../.../AnyProject.sln
OmniSharp server started.
Path: /Users/halilkocaoz/.vscode/extensions/ms-dotnettools.csharp-1.24.1/.omnisharp/1.38.3-beta.31/run
PID: 11266
/Users/halilkocaoz/.vscode/extensions/ms-dotnettools.csharp-1.24.1/.omnisharp/1.38.3-beta.31/run: line 25: mono: command not found
Steps to reproduce
trying restart omnisharp and getting:
[ERROR] Attempt to restart OmniSharp server failed because another server instance is starting.
Expected behavior
Loading projects, working on environment without installing mono.
Actual behavior
After one minute:
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
The text was updated successfully, but these errors were encountered: