Skip to content

Releases: dotnet/vscode-csharp

v1.23.9

02 Feb 11:48
143e969

Choose a tag to compare

  • Add option to organize imports during document formatting. (PR: #4302)
  • Update to use zero based indexes (PR: #4300)
  • Improve request queues to improve code completion performance (PR: #4310)
  • Add setting to control whether to show the OmniSharp log on error (#4102, #4330, PR: #4333)
  • Support building launch assets for NET6-NET9 projects (#4346, PR: #4349)
  • Add debugger support for Concord extensions. See the ConcordExtensibilitySamples wiki for more information.
  • Update OmniSharp version to 1.37.6
    • Handle records in syntax highlighting (#2048, PR: #2049)
    • Remove formatting on new line (PR: #2053)
    • Validate highlighting ranges in semantic highlighting requests (PR: #2055)
    • Delay project system init to avoid solution update race (PR: #2057)
    • Use "variable" kind for parameter completion (#2060, PR: #2061)
    • Log request when response fails (#2064)

v1.23.9-beta2

22 Jan 04:43
1363832

Choose a tag to compare

v1.23.9-beta2 Pre-release
Pre-release

Adds debugger support for Concord extensions. See the ConcordExtensibilitySamples wiki for more information.

v1.23.9-beta1

15 Jan 21:39

Choose a tag to compare

v1.23.9-beta1 Pre-release
Pre-release

How to install

See Installing Beta Releases in the wiki for instructions.

Changes

  • Add option to organize imports during document formatting. (PR: #4302)
  • Update to use zero based indexes (PR: #4300)
  • Improve request queues to improve code completion performance (PR: #4310)
  • Add setting to control whether to show the OmniSharp log on error (#4102, #4330, PR: #4333)
  • Support building launch assets for NET6-NET9 projects (#4346, PR: #4349)

v1.23.8

16 Dec 05:24

Choose a tag to compare

  • Updated Debugger support (PR: #4281)
    • Updated the version of .NET that the debugger uses for running its own C# code to .NET 5
    • Updated .NET debugging services loader to address problem with debugging after installing XCode12 (dotnet/runtime/#42311)
    • Fixed integrated terminal on non-Windows (#4203)
  • Updated Razor support (PR: #4278)
    • Bug fixes
  • Update OmniSharp version to 1.37.5 (PR: #4299)
  • Support auto doc comment generation (#8, PR: #4261)
  • Add schema support for appsettings.json (#4279, PR: #4280)
  • Add schema support for global.json (PR: #4290)
  • Update remoteProcessPickerScript windows ssh exit (#3482, PR: #4225)
  • Do not start OmniSharp server in Live Share scenarios (#3910, PR: #4038)
  • Suppress codelens for IEnumerable.GetEnumerator (#4245, PR: #4246)
  • Allow arm64 MacOS to debug dotnet projects (#4277, PR: #4288)

v1.23.8-beta1

09 Dec 03:22
2d121fd

Choose a tag to compare

v1.23.8-beta1 Pre-release
Pre-release

How to install

See Installing Beta Releases in the wiki for instructions.

Changes

  • Debugger
    • Updated the version of .NET that the debugger uses for running its own C# code to .NET 5
    • Updated .NET debugging services loader to address problem with debugging after installing XCode12 (dotnet/runtime/#42311)
    • Fixed integrated terminal on non-Windows (#4203)

v1.23.7

07 Dec 19:17

Choose a tag to compare

v1.23.7-beta1

23 Nov 18:20
8f7b3d2

Choose a tag to compare

v1.23.7-beta1 Pre-release
Pre-release

v1.23.6-beta1

05 Nov 19:00

Choose a tag to compare

v1.23.6-beta1 Pre-release
Pre-release
  • Do not call updateBuffer if there are no changes. (PR: #4170)
  • Only skip file changed events when document is open. (PR: #4178)

v1.23.6

13 Nov 20:42

Choose a tag to compare

  • Do not call updateBuffer if there are no changes. (PR: #4170)
  • Only skip file changed events when document is open. (PR: #4178)

v1.23.5

30 Oct 21:09
3e4dd35

Choose a tag to compare

  • Set meaning of UseGlobalMono "auto" to "never" since Mono 6.12.0 still ships with MSBuild 16.6 (PR: #4130)
  • Ensure that the rename identifier and run code action providers do not apply changes twice (PR: #4133)
  • Do not send file changed events for .cs files (PR: #4141, #4143)
  • Update Razor to 6.0.0-alpha.1.20529.17:
    • Improvements to HTML colorization for non-C# portions of the document.
    • Bug fix - the razor.format.enable option is honored again