You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lets us fix#4184 by selectively changing `nil` code action
argument values to `:json-false`. Once this is merged, HLS needs to set
the field to `'(:withSig)` (and possibly some other values).
Copy file name to clipboardExpand all lines: CHANGELOG.org
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
* Add SQL support
5
5
* Add support for Meson build system. (~meson-mode~).
6
6
* Add support for go to definition for external files (.dll) in CSharp projects for OmniSharp server.
7
+
* 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.
7
8
8
9
** 9.0.0
9
10
* Add language server config for QML (Qt Modeling Language) using qmlls.
0 commit comments