Omnisharp-vscode: Using C# 9 features shows a lot squiggly lines in VS Code, while VS is fine with C# 9 features

Created on 23 Jul 2020  路  2Comments  路  Source: OmniSharp/omnisharp-vscode

Using the C# 9 features, Visual Studio Code shows a lot of squiggly lines, although the code compiled and ran. While in Visual Studio 2019 preview everything is okay - no squiggly lines.

Environment data

dotnet --info output:
Annotation 2020-07-23 075240

VS Code version: 1.48.0- insider (user setup)
C# Extension version: v1.22.1

Expected behavior

VS- C9

Actual behavior

VSCode-C9

Most helpful comment

this will be supported in the next prerelease

try setting "omnisharp.path": "latest" in the meantime to opt into CI build of omnisharp

All 2 comments

this will be supported in the next prerelease

try setting "omnisharp.path": "latest" in the meantime to opt into CI build of omnisharp

fixed in 1.23.1

Was this page helpful?
0 / 5 - 0 ratings