|
10 | 10 | ## Latest
|
11 | 11 | * Update Razor version to 7.0.0-preview.23456.2 (PR: [#6304](https://github.com/dotnet/vscode-csharp/pull/6304))
|
12 | 12 | * Fixes regression where semantic colors for razor components appear as red
|
| 13 | +* Make completion complex text edits more robust (PR: [#6325](https://github.com/dotnet/vscode-csharp/pull/6325)) |
| 14 | +* Fix dotnet info when the dotnet path contains spaces (PR: [#6334](https://github.com/dotnet/vscode-csharp/pull/6334)) |
13 | 15 | * Add support for specifying a .runsettings file when using Roslyn LSP (PR: [#6265](https://github.com/dotnet/vscode-csharp/pull/6265))
|
14 | 16 | * Update Roslyn version (PR: [#6265](https://github.com/dotnet/vscode-csharp/pull/6265))
|
15 | 17 | * Add server support for .runsettings in unit tests (PR: [#69792](https://github.com/dotnet/roslyn/pull/69792))
|
16 | 18 | * Log more information when we're unable to parse a URI (PR: [#69840](https://github.com/dotnet/roslyn/pull/69840))
|
17 | 19 | * Bump ICSharpCode.Decompiler to 8.1.0.745 (PR: [#69772](https://github.com/dotnet/roslyn/pull/69772))
|
18 | 20 | * Fix override completion erroring when framework assemblies are not found (PR: [#69795](https://github.com/dotnet/roslyn/pull/69795))
|
| 21 | +* Remove test only files from vsix (PR: [#6332](https://github.com/dotnet/vscode-csharp/pull/6332)) |
19 | 22 | * Fix override completion when drive letter casing does not match (PR: [#6315](https://github.com/dotnet/vscode-csharp/pull/6315))
|
20 | 23 | * Allow the server path to be specified by the `DOTNET_ROSLYN_SERVER_PATH` environment variable (PR: [#6316](https://github.com/dotnet/vscode-csharp/pull/6316))
|
21 | 24 |
|
22 |
| -## 2.1.10 |
| 25 | +## 2.2.10 |
23 | 26 | * Update Roslyn version
|
24 | 27 | * Includes better support for .NET 8 and .NET Framework-targeting projects (PR: [#69616](https://github.com/dotnet/roslyn/pull/69616))
|
25 | 28 | * This should fix a number of reports where projects don't have full IntelliSense. .NET Framework projects on Windows should load without errors. .NET Framework targeting projects on Mac and Linux which would use Mono are still processed as if they are .NET Core projects and may not load correctly; support for Mono is coming in a future update.
|
|
29 | 32 | * Fix parsing of tasks.json with comments in certain locations (PR: [#6288](https://github.com/dotnet/vscode-csharp/pull/6288))
|
30 | 33 | * Fix Razor browser discovery issues on Mac and Linux `DOTNET_ROSLYN_SERVER_PATH` environment variable (PR: [#6269](https://github.com/dotnet/vscode-csharp/pull/6269))
|
31 | 34 |
|
32 |
| -## 2.0.448 |
| 35 | +## 2.1.2 |
33 | 36 | * Update Roslyn version (PR: [#6264](https://github.com/dotnet/vscode-csharp/pull/6264))
|
34 | 37 | * Upgrade MSBuildLocator to fix homebrew dotnet resolution (PR: [#69769](https://github.com/dotnet/roslyn/pull/69769))
|
35 | 38 | * Fix reported ExeName / ExeVersion (PR: [#69771](https://github.com/dotnet/roslyn/pull/69771))
|
|
0 commit comments