Skip to content

Releases: muhammadsammy/free-vscode-csharp

1.23.9

03 Feb 20:14
0211752

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)
  • 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)

1.23.8

22 Dec 11:28

Choose a tag to compare

1.23.8

1.23.7

13 Dec 12:54

Choose a tag to compare

1.23.7

1.23.6

16 Nov 01:10

Choose a tag to compare

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

1.23.5

04 Nov 09:20

Choose a tag to compare

  • Use Samsung-provided releases of netcoredbg (PR #5)
  • Set meaning of UseGlobalMono "auto" to "never" since Mono 6.12.0 still ships with MSBuild 16.7 (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)
  • Update Razor to 6.0.0-alpha1.20521.3:
    • Improvements to HTML colorization for non-C# portions of the document.
    • Bug fix - the razor.format.enable option is honored again