Releases: atom-community/atom-languageclient
Releases · atom-community/atom-languageclient
v1.3.0
1.3.0 (2021-03-16)
Bug Fixes
Features
- upgrade to LSP 3.16 and fix compiler errors (db07b3c)
v1.2.2
1.2.2 (2021-02-23)
Bug Fixes
- remove deprecated url.parse (e360195)
v1.2.1
1.2.1 (2021-02-23)
Reverts
- Revert "fix: fix url.parse deprecation" (002e7f7)
v1.2.0
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
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
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
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
1.0.7 (2021-02-07)
Bug Fixes
v1.0.6
1.0.6 (2021-01-06)
Bug Fixes
v1.0.5
1.0.5 (2020-12-20)
Bug Fixes