Skip to content

Releases: atom-community/atom-languageclient

v1.10.0

14 May 14:45
Compare
Choose a tag to compare

1.10.0 (2021-05-14)

Bug Fixes

  • use connection.executeCommand from LS (2c62bf6)
  • use lsp.CodeActionResolveRequest.type (6fde7cf)

Features

  • add deprecated IdeDiagnosticAdapter (743aede)
  • add getLSDiagnostic for Linter adapter (3671896)
  • add IdeDiagnosticAdapter methods for conversion to ls.Diagnostics (059af66)
  • codeActionResolve in languageClient (a9ca617)
  • update getCodeActions and createCodeActionParams (1c5430a)

v1.9.0

13 May 17:49
Compare
Choose a tag to compare

1.9.0 (2021-05-13)

Features

v1.8.3

01 May 10:25
Compare
Choose a tag to compare

1.8.3 (2021-05-01)

Bug Fixes

  • "object is possibly 'null'.ts(2531)" in codeaction test (1f61f73)
  • add null check (e20bba5)
  • early null check instead of empty array at codeActio provider (e7c26b4)
  • fixed test because the argument of _sendRequest function was changed (f2f09f0)
  • make highlight null-safe (a80e4d9)
  • match type definition to specification (85cc505)
  • use lsp package for type definition (1a31014)

v1.8.2

21 Apr 20:24
Compare
Choose a tag to compare

1.8.2 (2021-04-21)

Bug Fixes

v1.8.1

21 Apr 03:14
Compare
Choose a tag to compare

1.8.1 (2021-04-21)

Bug Fixes

  • set the correct fallback for Snippet completion (#148) (d3e06ee)

v1.8.0

17 Apr 07:36
Compare
Choose a tag to compare

1.8.0 (2021-04-17)

Features

  • add LocationLink support for definition-adapter (06612be)

v1.7.0

14 Apr 16:03
Compare
Choose a tag to compare

1.7.0 (2021-04-14)

Features

v1.6.0

21 Mar 05:18
Compare
Choose a tag to compare

1.6.0 (2021-03-21)

Bug Fixes

  • consider showing the document in external programs a sucess (fabf882)
  • fix the doc for onShowDocument (03b9b20)
  • params.selection can be undefined (921613b)
  • rename onShowDocument function to showDocument (f9549c6)
  • return success false if view is undefined (7bede25)
  • try-catch showDocument (6e8770c)
  • use free functions instead of static methods (38441c9)

Features

  • implement window/showDocument (ff1aa7a)

v1.5.0

19 Mar 16:19
Compare
Choose a tag to compare

1.5.0 (2021-03-19)

Bug Fixes

Features

  • add more compeletion properties in AutoLanguageClient (45d7d19)
  • allow disabling autocomplete for some scopes (a6e3244)

v1.4.0

17 Mar 00:56
Compare
Choose a tag to compare

1.4.0 (2021-03-17)

Features

  • handling custom requests (543cd6e)