v1.22.2
- Updated Razor support
- Improved Semantic Highlighting support by fixing some scenarios which might lead to thrown exceptions and incorrect results. dotnet/aspnetcore-tooling#2126
- Fixed support in the case of projects with spaces in path. aspnetcore#23336
- Various performance improvements.
@injectcompletion aspnetcore#22886- Improved behavior in cases where directory is not available. dotnet/aspnetcore-tooling#2008
- Added the
Extract to CodeBehindlight bulb code action. dotnet/aspnetcore-tooling#2039
- Use global MSBuild property when resetting target framework (omnisharp-roslyn/#1738, PR: omnisharp-roslyn/#1846)
- Do not use Visual Studio MSBuild if it doesn't have .NET SDK resolver (omnisharp-roslyn/#1842, omnisharp-roslyn/#1730, PR: omnisharp-roslyn/#1845)
- Only request dotnet info once for the solution or directory (omnisharp-roslyn/#1844, PR: omnisharp-roslyn/#1857)
- Allow client to specify symbol filter for FindSymbols Endpoint. (PR: omnisharp-roslyn/#1823)
- Upgraded to Mono 6.10.0.105, msbuild 16.6 and added missing targets (PR: omnisharp-roslyn/#1854)
- Make "Run/debug tests in context" position a link (#3915)
- Update browser launch regex to support non-default logging frameworks (#3842)