|
3 | 3 | - Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951) |
4 | 4 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) |
5 | 5 |
|
| 6 | +# 2.101.x |
| 7 | +* Fix auto-insert ignoring language-specific editor.tabSize (PR: [#8768](https://github.com/dotnet/vscode-csharp/pull/8768)) |
| 8 | +* Update Roslyn to 5.3.0-2.25557.4 (PR: [#8759](https://github.com/dotnet/vscode-csharp/pull/8759)) |
| 9 | +* Fix file extension in debugger troubleshooting doc (PR: [#8756](https://github.com/dotnet/vscode-csharp/pull/8756)) |
| 10 | +* Update Roslyn to 5.3.0-2.25557.6 (PR: [#8761](https://github.com/dotnet/vscode-csharp/pull/8761)) |
| 11 | + * File-based programs live directive diagnostics (PR: [#80575](https://github.com/dotnet/roslyn/pull/80575)) |
| 12 | + * Implement canonical miscellaneous files project loader for non-file-based programs (PR: [#80748](https://github.com/dotnet/roslyn/pull/80748)) |
| 13 | + * Better handle if a BuildHost process crashes that prevents connection (PR: [#81041](https://github.com/dotnet/roslyn/pull/81041)) |
| 14 | +* Wait for Html buffer updates before making requests (PR: [#8748](https://github.com/dotnet/vscode-csharp/pull/8748)) |
| 15 | +* Bump Razor to 10.0.0-preview.25557.2 (PR: [#8765](https://github.com/dotnet/vscode-csharp/pull/8765)) |
| 16 | + * Support Roslyn's custom nested code actions in VS Code (PR: [#12467](https://github.com/dotnet/razor/pull/12467)) |
| 17 | + * Format type parameter values as types (PR: [#12448](https://github.com/dotnet/razor/pull/12448)) |
| 18 | + * Default the cohosting option in the generator to on. (PR: [#12446](https://github.com/dotnet/razor/pull/12446)) |
| 19 | + * Add UnboundDirectiveAttributeAddUsingCodeActionProvider for directive attributes (PR: [#12404](https://github.com/dotnet/razor/pull/12404)) |
| 20 | + * Fix edit in one project not being reflected in consuming project (PR: [#12439](https://github.com/dotnet/razor/pull/12439)) |
| 21 | + |
6 | 22 | # 2.97.x |
7 | 23 | * Add integration test for restore of file-based programs (PR: [#8470](https://github.com/dotnet/vscode-csharp/pull/8470)) |
8 | 24 | * Update setting documentation for on auto insert (PR: [#8742](https://github.com/dotnet/vscode-csharp/pull/8742)) |
|
116 | 132 |
|
117 | 133 | # 2.92.x |
118 | 134 | * Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628)) |
119 | | - * Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216)) |
| 135 | + * Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216)) |
120 | 136 | * Filter CSS024 when caused by C# code in an attribute (PR: [#12209](https://github.com/dotnet/razor/pull/12209)) |
121 | 137 | * Provide more specific information in cohosting failures (PR: [#12193](https://github.com/dotnet/razor/pull/12193)) |
122 | 138 | * Fix renaming file (PR: [#12196](https://github.com/dotnet/razor/pull/12196)) |
|
0 commit comments