Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Automatic debugger installation
  • Enhanced experience to select and launch debugging target
  • Commands to build and run dotnet projects

[0.2.0] - 2024-02-19

Added

  • Automatic debugger installation and configuration
  • Effortless debugging experience
  • Run projects
  • Support launch settings

Fixed

  • The logger is using an incorrect log level

[0.1.0] - 2024-02-14

Added

  • Configuration option to enable/disable automatic installation and launch of omnisharp.
  • Option to launch omnisharp server in debug mode.
  • Allow passing capabilities and on_attach to the LSP client.

Changed

  • Replaces custom logic that merges user configuration and default configuration with simple table merge.

Fixed

  • Configuration option lsp.cmd_path doesn't work as intended.

[0.0.1] - 2024-02-05

Added

  • Initial plugin release csharp.nvim
  • Automatic installation and launch of omnisharp
  • Remove unused using statements
  • Fix All
  • Enhanced Go-To-Definition (Decompilation Support)