|
9 | 9 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
10 | 10 |
|
11 | 11 | ## Latest
|
| 12 | +* Update Roslyn version (PR: [#6245](https://github.com/dotnet/vscode-csharp/pull/6245)) |
| 13 | + * Fix import completion (PR: [#69691](https://github.com/dotnet/roslyn/pull/69691)) |
| 14 | + * Reduce overhead on semantic token refresh requests (PR: [#69690](https://github.com/dotnet/roslyn/pull/69690)) |
| 15 | +* Localization additions (PR: [#6233](https://github.com/dotnet/vscode-csharp/pull/6233), [#6233](https://github.com/dotnet/vscode-csharp/pull/6233), [#6206](https://github.com/dotnet/vscode-csharp/pull/6206), [#6196](https://github.com/dotnet/vscode-csharp/pull/6196)) |
| 16 | +* Fix specific case where razor formatting no longer worked (PR: [#6195](https://github.com/dotnet/vscode-csharp/pull/6236)) |
| 17 | +* Fix quoting bug in extension paths (PR: [#6228](https://github.com/dotnet/vscode-csharp/pull/6228)) |
| 18 | +* Fix Razor mapping errors in the log (PR: [#6209](https://github.com/dotnet/vscode-csharp/pull/6209)) |
| 19 | +* Add the configuration option for creating binlogs (PR: [#6155](https://github.com/dotnet/vscode-csharp/pull/6155)) |
| 20 | +* Update option changes toast to reload window (PR: [#6174](https://github.com/dotnet/vscode-csharp/pull/6174)) |
| 21 | +* Update Roslyn version (PR: [#6205](https://github.com/dotnet/vscode-csharp/pull/6205)) |
| 22 | + * Add option to capture binlogs for design time builds (PR: [#69572](https://github.com/dotnet/roslyn/pull/69572)) |
| 23 | + * Enable decompilation support (PR: [#69501](https://github.com/dotnet/roslyn/pull/69501)) |
| 24 | + * Fix move type adding to the root folder (PR: [#68995](https://github.com/dotnet/roslyn/pull/68995)) |
| 25 | + * Add support for compilation end diagnostics (PR: [#69541](https://github.com/dotnet/roslyn/pull/69541)) |
| 26 | +* Bump Razor to 7.0.0-preview.23421.4 (PR: [#6195](https://github.com/dotnet/vscode-csharp/pull/6195)) |
| 27 | + |
| 28 | +## 2.0.416 |
12 | 29 | * Fix UriFormatException during dotnet SDK resolution when symlinks are involved (PR: [#6230](https://github.com/dotnet/vscode-csharp/pull/6230))
|
13 | 30 |
|
14 | 31 | ## 2.0.413
|
15 | 32 | * Update Roslyn version (PR: [#6192](https://github.com/dotnet/vscode-csharp/pull/6192))
|
16 |
| - * Add support for compilation end diagnostics (PR: [#69541](https://github.com/dotnet/roslyn/pull/69541)) |
17 | 33 | * Include CodeLens on more types and members (PR: [#69608](https://github.com/dotnet/roslyn/pull/69608))
|
18 | 34 | * Improve performance when computing colorization (PR: [#69496](https://github.com/dotnet/roslyn/pull/69496))
|
19 | 35 | * Fix dotnet resolver returning incorrect runtime in certain scenarios (PR: [#6180](https://github.com/dotnet/vscode-csharp/pull/6180))
|
|
0 commit comments