v1.21.19-beta3
Pre-release
Pre-release
If you enable our semantic highlighting support then, be sure to try out our new Visual Studio 2019 Light and Dark themes. TypeScript looks great in it too!
Known issues
- Experimental Semantic Highlighter does not support razor files (.cshtml or .razor)
Changes in Beta 3
- Do not add references CodeLens to Dispose methods (#3243, PR: #3780)
- Add Visual Studio 2019 themes with semantic colors (PR: #3790)
- Added support for
WarningsAsErrorsin csproj files (PR: omnisharp-roslyn/#1779) - Added support for
WarningsNotAsErrorsin csproj files (omnisharp-roslyn/#1681, PR: #1784) - Improved MSBuild scoring system (omnisharp-roslyn/#1783, PR: omnisharp-roslyn/#1797)
Changes in Beta 2
- Add commands for Run and Debug Tests in Context (PR: #3772, PR: omnisharp-roslyn/#1782)
Changes in Beta 1
- Add setting for enabling go to decompilation
omnisharp.enableDecompilationSupport(PR: #3774) - Add experimental Semantic Highlighter
csharp.semanticHighlighting.enabled(#3565, PR: #3667
NOTE: Both settings are defaulted to false. For semantic highlighting ensure that editor.semanticHighlighting.enabled and csharp.semanticHighlighting.enabled are set to true.