Releases: dotnet/vscode-csharp
Releases · dotnet/vscode-csharp
v2.14.8
v2.13.10
v2.12.19
Changes in v2.12.19
- Update Roslyn to 4.9.0-2.23571.2 (PR: #6681)
- Remove blazor debugging extension (PR: #5579)
- Fix issue with mismatch in casing in solution file (PR: #6683)
- Add nested code actions to csharp extension (PR: #6572)
- Direct debugger setting documentation to code.visualstudio.com (PR: #6659)
- Add a timeout for downloading razor telemetry (PR: #6622)
- Rearrange settings sections into actual categories (PR: #6652)
v2.12.4
v2.12.4 Prerelease
Changelog
v2.10.28
v2.9.20
Changelog for 2.9.20
- Bump Roslyn to 4.9.0-1.23526.14 (PR: #6608)
- Update Razor to 7.0.0-preview.23528.1 (PR: #6607)
- Support platform agnostic Razor language server & telemetry (PR: #6600)
- Fix issue where runtime from PATH was not found when only 7.0.100 SDK was installed (PR: #6601)
Note - this was released on the marketplace last week.
v2.8.23
Changes in 2.8.23
- Fix various failed requests in razor documents (PR: #6580)
- Update Roslyn to 4.9.0-1.23519.13 (PR: #6573)
- Debugger: Support Console.ReadLine with 'internalConsole' (PR: #6569)
- Add dotnet executable path in list runtimes command (PR: #6559)
- Update Razor to 7.0.0-preview.23516.2 (PR: #6550)
- Make sure correct info is passed in code action resolve (PR: razor#9420)
v2.7.25
Changes in 2.7.25
- Update Razor to 7.0.0-preview.23513.5 (PR: #6551)
- Reduce noisy errors when viewing git diff (PR: razor#9407)
- Update Roslyn to 4.9.0-1.23513.7 (PR: #6548)
- Hide debug console when using
"console": "integratedTerminal"
(PR: #6523) - Fix dotnet path resolution when using snap installed packages (PR: #6515)
- Track debugging sessions until csdevkit is initialized (PR: #6480)
- Update vsdbg and vsdbg-ui to 2.0.4 (PR: #6517)
- Add setting to control Razor component commit behaviour (PR: #6506)
- Razor textmate colorization fixes (PR: #6514)
- Update Razor version to 7.0.0-preview.23475.5 (PR: #6506)
- Add setting for whether to complete components with space (PR: razor#9379)
v2.6.24
Changes in 2.6.24
- Update Roslyn version to 4.9.0-1.23506.7 (PR: #6447)
- Fix various issues with project loading and allow fallbacks to .NET framework msbuild (PR: #70240)
- Fix some Razor colorization issues (PR: #6502)
- Fire telemetry if Razor buffers get out of sync, and recover from same (PR: #6494)
- Update OmniSharp to 1.39.10 (PR: #6491)
- Add RazorComplier EA to support razor generators (PR: omnisharp-roslyn#2572)
- Add Kind parameter to InlayHint (PR: omnisharp-roslyn#2570)
- Do not include commit characters if the typed span is empty (PR: omnisharp-roslyn#2569)
- Update Roslyn to version 4.9.0-1.23504.3 (PR: omnisharp-roslyn#2567)
- Async diagnostics analyzer work queue (PR: omnisharp-roslyn#2351)
- Add InlayHint implementation to OmniSharp.LSP (PR: omnisharp-roslyn#2566)
- Include the project file name when invoking
dotnet build
(PR: omnisharp-roslyn#2565) - feat: ignore diagnostics for generated code (PR: omnisharp-roslyn#2509)
- Update documentation to reflect --stdio flag deprecation (#2439) (PR: omnisharp-roslyn#2554)
- Update Roslyn to version 4.8.0-1.23374.10 (PR: omnisharp-roslyn#2555)
- Use double quote when quoting un script path (PR: omnisharp-roslyn#2553)
- Use core LSP TokenTypes where possible and validate token names (PR: omnisharp-roslyn#2548)
- Add Razor C# semantic tokens support in VS Code (PR: #6489)
- Update Roslyn version to 4.9.0-1.23502.8 (PR: #6447)
- Debugger: Improve the display of various debug configurations and snippets (PR: #6456)
- Initialize Razor even if Razor doc isn't opened yet (PR: #6473)
v2.5.30
v2.5.30
- Add code action fix all support (PR: #6310)
- Update Roslyn version to 4.9.0-1.23502.2 (PR: #6463)
- Update Razor version to 7.0.0-preview.23475.5 (PR: #6449)
- Fix issues with Razor completion (PR: #6441)
- Add option to collect crash dumps on language server crash (PR: #6438)
- Add support for multilaunch for Blazorwasm (PR: #6432)
- Fix issue in Razor new file formatting (PR: #6429)
- Fix issue in debug tests where tests would complete before the debugger attached (PR: #6415)
- Hide certain debugger launch configurations when devkit is installed (PR: #6405)
- Fix issue where build errors were not parsed correctly in the problems list (PR: #6340)
- Update debugger packages to 2.0.3 (PR: #6401)