Skip to content

Commit

Permalink
Update CHANGELOG.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruin0x11 committed Jul 3, 2024
1 parent 8dd2e09 commit b3f4237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Add support for go to definition for external files (.dll) in CSharp projects for OmniSharp server.
* Added a new optional ~:action-filter~ argument when defining LSP clients that allows code action requests to be modified before they are sent to the server. This is used by the Haskell language server client to work around an ~lsp-mode~ parsing quirk that incorrectly sends ~null~ values instead of ~false~ in code action requests.
* Add support for C# via the [[https://github.com/dotnet/roslyn/tree/main/src/Features/LanguageServer][Roslyn language server]].
* Add basic support for [[https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_pullDiagnostics][pull diagnostics]] requests.

** 9.0.0
* Add language server config for QML (Qt Modeling Language) using qmlls.
Expand Down

0 comments on commit b3f4237

Please sign in to comment.