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
Omnisharp install fine without startup error and we can open an existing Net Core project without error.
Actual behavior
Omnisharp extension got startup error:
the .net cli tools cannot be located
&
failed to spawn dotnet --info
&
Omnisharp error when trying to open a Net Core project "The SDK 'Microsoft.NET.Sdk.Web' specified could not be found"
Workaround
Uninstall C# omnisharp extension, uninstall VSCODE from Snap.
Install VSCODE without using Snap (manual way documented by Microsoft here) & install Omnisharp C# VSCODE extension throught VSCODE extensions tab.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Core SDK (reflecting any global.json):
Version: 3.0.100-preview6-012264
Commit: be3f0c1a03
VS Code version:
1.35.1
C# Extension version:
1.20.0
OS: Debian Buster
Steps to reproduce
Expected behavior
Omnisharp install fine without startup error and we can open an existing Net Core project without error.
Actual behavior
Omnisharp extension got startup error:
the .net cli tools cannot be located
&
failed to spawn dotnet --info
&
Omnisharp error when trying to open a Net Core project "The SDK 'Microsoft.NET.Sdk.Web' specified could not be found"
Workaround
Uninstall C# omnisharp extension, uninstall VSCODE from Snap.
Install VSCODE without using Snap (manual way documented by Microsoft here) & install Omnisharp C# VSCODE extension throught VSCODE extensions tab.
The text was updated successfully, but these errors were encountered: