Releases: 9fans/acme-lsp
Releases · 9fans/acme-lsp
v0.11.0
v0.10.0
- Add support for Plan 9 acme. This requires acme log file support from plan9port, which has been merged in 9front. (See #25)
- Make diagnostics window updates faster if there are too many diagnostics. (See #35)
- Add ability to specify language identifier in the configuration file, and
-server
and-dial
flags. (See #37)
v0.9.1
v0.9.0
v0.8.0
- Output of
L
command now appears on the stdout/stderr ofL
instead ofacme-lsp
- Added support for a TOML configuration file (run with
-showconfig
flag for details)- This enables server-specific configuration (fixes #17)
- Added support for Windows running Edwood (fixes #14)
- Restart LSP server if it's killed (fixes #11)
v0.7.0
- We no longer depend on the plumber for communication between
acme-lsp
andL
. If you have an emptylsp
plumb rule, it's safe to remove it now. - Fix compatibility with latest
gopls
release (v0.1.5). (See #16) - Ongoing refactoring work: packages from
go-langserver
have been replaced with the better maintainedgopls
ones. We now use the same jsonrpc2 package asgopls
.