Skip to content

v0.7.0

Compare
Choose a tag to compare
@fhs fhs released this 12 Sep 03:41
· 148 commits to master since this release
7575cf2
  • We no longer depend on the plumber for communication between acme-lsp and L. If you have an empty lsp 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 maintained gopls ones. We now use the same jsonrpc2 package as gopls.