This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: atom/atom-languageclient
Releases · atom/atom-languageclient
v0.6.5
- Send rootUri along with rootPath on initialize for compatibility with LSP v3 servers
- New signature helper adapter for
textDocument/signatureHelp
- Upgrade various npm runtime and dev dependencies
- Revert to using item.label when no item.insertText for AutoComplete+
- Take priority over built-in AutoComplete+ provider
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- Do not attempt to convert http and https uri's to files
- Correct GitHub repo in package.json
- Ensure child processes are terminated on exit
- Do not send didClose if file still open in another editor
- Do not send didOpen if file already open in another editor
- Do not send multiple text syncs if file opened in multiple windows