Releases: atom-community/atom-languageclient
Releases · atom-community/atom-languageclient
v1.16.1
1.16.1 (2021-08-06)
Bug Fixes
- disable test for drive characters except windows (91443a2)
- path test (6d49d81)
- use pending() in windows test (b32cadd)
- convert/pathToUri: improve encoding of path other than the file (2bba886)
v1.16.0
1.16.0 (2021-07-31)
Bug Fixes
- added auto-languageclient's test (e1bd570)
- apply comment (getLanguageIdFromEditor returns grammar name) (c074b49)
- make the test name accurate (c0899dc)
- test and comment (220c9fd)
Features
- make the languageId of didOpen notifications configurable (cf8f666)
v1.15.0
1.15.0 (2021-07-22)
Bug Fixes
Features
v1.14.1
1.14.1 (2021-07-15)
Bug Fixes
- bump atom-ide-base and devDependencies (02ad02d)
- bump dependencies (4e90504)
- bump zadeh - adds linux musl prebuilds (9568d62)
- eslint fix (1075cac)
v1.14.0
1.14.0 (2021-06-14)
Features
- send codeActionLiteralSupport (ca02334)
- support custom filterCodeActions (949e624)
- support custom onApplyCodeActions (868f883)
v1.13.0
1.13.0 (2021-06-14)
Bug Fixes
- move adding completionItem to applyCompletionItemToSuggestion (3c46aa1)
Features
- apply additionalTextEdits after completion (0e22593)
v1.12.1
1.12.1 (2021-06-13)
Bug Fixes
- determineProjectPath was called with the wrong
this
(e58c3a4)
v1.12.0
1.12.0 (2021-06-13)
Features
- allow disabling shutdownGracefully (14bec25)
v1.11.0
1.11.0 (2021-06-13)
Bug Fixes
- remove supportsDefinitionsForAdditionalPaths function (47773e9)
Features
- allow overriding determineProjectPath (d3f213f)
- populate additionalPaths based on definitions (e7e7828)
- support out-of-project files (360d4fb)
v1.10.1
1.10.1 (2021-06-10)
Bug Fixes
- update atom-ide-base, zadeh, etc (6cf01e4)