Releases: dotnet/vscode-csharp
Releases · dotnet/vscode-csharp
v2.4.4
v2.3.27
Note: This release is to the regular 'release' channel, and includes the changes in v2.2.10 which were only shipped to the pre-release channel.
Changes Since v2.2.10
- Update Roslyn version to 4.8.0-3.23470.7 (PR: #6408)
- Update NuGet version to fix issues loading projects with .NET 8 RC2 (PR: #70023)
- Update MSBuildLocator version to fix issues loading projects when only .NET 6 is installed (PR: #70038)
- Remove diagnostic source name (PR: #69939)
- Fix fold all regions (PR: #69817)
- Fix escaping and wrapping in hover (PR: #69893)
- Fix error in override completion when containing type does not exist (PR: #69855)
- Fix issues generating assets in Omnisharp (PR: #6380)
- Allow Razor to format new documents via Roslyn (PR: #6329)
- Switch to named pipes for client <-> server communication (PR: #6351)
- Only show clr debugger if on Windows (PR: #6359)
- Update Razor version to 7.0.0-preview.23456.2 (PR: #6304)
- Fixes regression where semantic colors for razor components appear as red
- Make completion complex text edits more robust (PR: #6325)
- Fix dotnet info when the dotnet path contains spaces (PR: #6334)
- Add support for specifying a .runsettings file when using Roslyn LSP (PR: #6265)
- Update Roslyn version (PR: #6265)
- Remove test only files from vsix (PR: #6332)
- Fix override completion when drive letter casing does not match (PR: #6315)
- Allow the server path to be specified by the
DOTNET_ROSLYN_SERVER_PATH
environment variable (PR: #6316)
v2.2.10
Changes Since v2.1.2
- Update Roslyn version
- Includes better support for .NET 8 and .NET Framework-targeting projects (PR: #69616)
- 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.
- Fix issues where some projects fail to load being unable to find NuGet.Frameworks (PR: #69824)
- Includes better support for .NET 8 and .NET Framework-targeting projects (PR: #69616)
- Update Razor to 7.0.0-preview.23455.5 (PR: #6291)
- Fixes issue reading razor.format.enable and other options (PR: dotnet/razor#9240)
v2.1.2
v2.0.436
Changes Since v2.0.416
- Update Roslyn version (PR: #6245)
- Localization additions (PR: #6233, #6233, #6206, #6196)
- Fix specific case where razor formatting no longer worked (PR: #6195)
- Fix quoting bug in extension paths (PR: #6228)
- Fix Razor mapping errors in the log (PR: #6209)
- Add the configuration option for creating binlogs (PR: #6155)
- Update option changes toast to reload window (PR: #6174)
- Update Roslyn version (PR: #6205)
- Bump Razor to 7.0.0-preview.23421.4 (PR: #6195)
v2.0.416
v2.0.413
- Update Roslyn version (PR: #6192)
- Fix dotnet resolver returning incorrect runtime in certain scenarios (PR: #6180)
- Fix issue resolving .NET 7 runtimes from path (PR: #6175)
- Fix URI issue when loading Razor files (PR: #6168)
- Bump Razor to 7.0.0-preview.23417.3 (PR: #6165)
- Fix various textDocument/foldingRange issues (PR: #9134)
- Clarify dotnet path option description (PR: #6164)
- Handle multiple dotnet on path and symlinks (PR: #6152)
- Localize Roslyn options (PR: #6136)
- Show a prompt if we have more than one solution file (PR: #6132)
v2.0.399
2.0.399 extension release
v2.0.366
2.0.366 release
v2.0.376
- Update Roslyn (PR: #6131)
- Only show toast for project load failures (PR: #69494)
- Fix enter inserting /// on the incorrect line in documentation comments (PR: #6130)
- Build extension with node 18 LTS (PR: #6128)
- Update localized strings (PR: #6129)
- Fix paths for package.nls.*.json (PR: #6121)
- Add request to prepare for build diagnostic de-dupping (PR: #6113)
- Support unit test debugging options in Roslyn LSP (PR: #6110)
- Fix loading of package.nls.*.json (PR: #6118)
- Add localization infrastructure to debugger package.json strings (PR: #6088)
- Adjust C# semantic token scopes to better match 1.26 (PR: #6094)
- Update Razor to 7.0.0-preview.23410.1 (PR: #6105)
- Implement razor support for method simplification (PR: #5982)
- Attempt to find a valid dotnet version from PATH before using runtime installer extension (PR: #6074)
- Respect background analysis scope option in O# (PR: #6058)
- Add localization infrastructure to debugger components (PR: #6064)
- Add coreclr as a search keyword (PR: #6071)