Open wkrea opened 4 years ago
@wkrea Sorry you are running into issues. Please see this note about using .NET Core 3.1.40x SDKs - https://github.com/OmniSharp/omnisharp-vscode#note-about-using-net-core-3140x-sdks. The issue you are running into seems to be that you have VS 16.6 installed but the .NET Core 3.1.40x SDKs require VS 16.7 or higher.
Some important information
Thanks a lot for this awesome project, i hope to contribute with this to make this better
Environment data
dotnet --info
output:VS Code version: >=1.50 C# Extension version: >=1.23.0
OmniSharp log
Steps to reproduce
Open webapi netcore project created from command line with vscode
Microsoft.Build.Exceptions.InvalidProjectFileException: El SDK "Microsoft.NET.Sdk.Web" especificado no se pudo encontrar.
Expected behavior
That Omnisharp work as expected, as autocompletion or suggestion for reverse search for nugget packages
Actual behavior
Autocompletion for C# doesn't works