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
Copy file name to clipboardExpand all lines: CHANGELOG.org
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@
25
25
* Add support for buf CLI ([[https://github.com/bufbuild/buf/releases/tag/v1.43.0][beta]])
26
26
* Add fennel support
27
27
* Add support for [[https://github.com/nextflow-io/language-server][Nextflow]]
28
+
* Fix ~lsp-download-install~ hanging Emacs when downloading large files by replacing synchronous ~url-copy-file~ with asynchronous ~url-retrieve~. This improves the download experience for all LSP clients, especially those with larger server files.
29
+
* Improve Nextflow language server: add automatic download functionality, better Java home detection, enhanced documentation, and update to version 25.04.2.
0 commit comments