Skip to content

Releases: atom-community/atom-languageclient

v1.3.0

16 Mar 17:24
Compare
Choose a tag to compare

1.3.0 (2021-03-16)

Bug Fixes

Features

  • upgrade to LSP 3.16 and fix compiler errors (db07b3c)

v1.2.2

23 Feb 16:13
Compare
Choose a tag to compare

1.2.2 (2021-02-23)

Bug Fixes

  • remove deprecated url.parse (e360195)

v1.2.1

23 Feb 06:58
Compare
Choose a tag to compare

1.2.1 (2021-02-23)

Reverts

  • Revert "fix: fix url.parse deprecation" (002e7f7)

v1.2.0

23 Feb 01:18
Compare
Choose a tag to compare

1.2.0 (2021-02-23)

Bug Fixes

  • add arch to the folder name (49abb87)
  • add close handler for lsProcess (2940f89)
  • add platform-arch to rootPath (9746992)
  • merge getExePath into spawn (a5c03a5)
  • return the exe name if the file doesn't exist (d57e55a)
  • use ChildProcess type for LanguageServerProcess (798ab56)

Features

  • add disconnect handler (3c29170)
  • add getExePath (7508f42)
  • add spawn to spawn general lsp exe (6d4b1e7)
  • allow providing custom error, close, exit handling (a40e8b5)

v1.1.1

20 Feb 16:48
Compare
Choose a tag to compare

1.1.1 (2021-02-20)

Bug Fixes

  • autocomplete-extended types (a46f99c)
  • copy typings to build directory (900957a)
  • remove baseUrl (686df00)
  • tsconfig include all files (c69fd77)

v1.1.0

20 Feb 15:31
Compare
Choose a tag to compare

1.1.0 (2021-02-20)

Features

  • added canAdapt & tests, exposed CommandExecutionAdapter (eb1cc74)
  • introduce an Adapter for executeCommand that also allows registering custom callbacks (fc6e182)

v1.0.8

19 Feb 21:04
Compare
Choose a tag to compare

1.0.8 (2021-02-19)

use types from atom-ide-base

Bug Fixes

  • bump atom-ide-base (dc2941b)
  • bump atom-ide-base - fixes JSX error (dcee038)
  • install atom-ide-base (a617e05)
  • temporary - pass null wordRegExp (254b94c)

v1.0.7

07 Feb 04:52
Compare
Choose a tag to compare

1.0.7 (2021-02-07)

Bug Fixes

v1.0.6

06 Jan 06:18
Compare
Choose a tag to compare

1.0.6 (2021-01-06)

Bug Fixes

  • fix autocomplete prefix (bd0576e)

v1.0.5

20 Dec 22:25
Compare
Choose a tag to compare

1.0.5 (2020-12-20)

Bug Fixes