Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: atom/atom-languageclient

v0.6.5

02 Nov 03:02
7c6e62c
Compare
Choose a tag to compare
  • 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

22 Sep 16:16
666451c
Compare
Choose a tag to compare
  • OutlineView ordered by source line/position #108
  • workspace/codeAction support #23
  • workspace/applyEdit support #46
  • Capture the last 5 lines of stderr for reporting
  • captureServerErrors function to wire-up error (manual)

v0.6.3

22 Sep 16:12
5f5cb13
Compare
Choose a tag to compare
  • Additional error logging when atom.config.set('core.debugLSP', true) is used

v0.6.2

22 Sep 16:10
19c6348
Compare
Choose a tag to compare
  • Clear linter messages on shutdown

v0.6.1

22 Sep 16:19
0fbe82f
Compare
Choose a tag to compare

No changes.

v0.6.0

22 Sep 16:19
17d75ae
Compare
Choose a tag to compare
  • 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

v0.5.0

22 Sep 16:20
0e1e89e
Compare
Choose a tag to compare
  • Use new Atom file change API when available
  • OutlineView now supports duplicate named containers
  • Ask server to exit before killing it
  • Removed pre-transpiled source from npm package

v0.4.1

22 Sep 17:06
02c570f
Compare
Choose a tag to compare
  • Add support for codeHighlights
  • Remove console.log statements
  • Clean up code, remove redundancies, apply eslint rules

v0.4.0

22 Sep 17:03
cba75cf
Compare
Choose a tag to compare

Initial release.