| Commit message (Expand) | Author | Age |
* | prevent panic when receiving malformed LSP PublishDiagnostic (#2160) | Michael Davis | 2022-04-18 |
* | Send active diagnostics to LSP when requesting code actions. (#2005) | Robin Jadoul | 2022-04-17 |
* | Fixes #1991 LSP Auto-import (#2088) | Andrey Tkachenko | 2022-04-16 |
* | build(deps): bump lsp-types from 0.92.1 to 0.93.0 (#2084) | dependabot[bot] | 2022-04-12 |
* | lsp: Implement support for workspace_folders (currently just one) | Blaž Hrastnik | 2022-04-01 |
* | fix: Some LSPs still want rootPath, so provide it | Blaž Hrastnik | 2022-03-31 |
* | Implement LSP `workspace/configuration` and `workspace/didChangeConfiguration... | Triton171 | 2022-02-28 |
* | Use which to resolve lsp/dap binaries | Blaž Hrastnik | 2022-02-24 |
* | build(deps): bump tokio from 1.16.1 to 1.17.0 (#1691) | dependabot[bot] | 2022-02-22 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Replace tendril with smartstring | Blaž Hrastnik | 2022-02-10 |
| * | build(deps): bump lsp-types from 0.91.1 to 0.92.0 (#1631) | dependabot[bot] | 2022-02-07 |
| * | build(deps): bump tokio from 1.15.0 to 1.16.1 (#1610) | dependabot[bot] | 2022-02-01 |
| * | Release 0.6 | Blaž Hrastnik | 2022-01-04 |
| * | Optimize lsp_pos_to_pos (#1423) | Kirawi | 2022-01-03 |
| * | Detect workspace root using language markers (#1370) | Alexis Mousset | 2021-12-31 |
| * | Resolve completion item (#1315) | Gabriel Berto | 2021-12-25 |
| * | LSP code action commands (#1304) | Matouš Dzivjak | 2021-12-21 |
| * | build(deps): bump tokio from 1.14.0 to 1.15.0 (#1321) | dependabot[bot] | 2021-12-20 |
| * | lsp: Don't panic if init fails | Blaž Hrastnik | 2021-12-03 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 |
|\| |
|
| * | build(deps): bump tokio from 1.13.1 to 1.14.0 (#1146) | dependabot[bot] | 2021-11-23 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | Add LSP rename_symbol (space-r) (#1011) | CossonLeo | 2021-11-08 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | build(deps): bump tokio-stream from 0.1.7 to 0.1.8 (#953) | dependabot[bot] | 2021-11-02 |
| * | build(deps): bump tokio from 1.12.0 to 1.13.0 (#955) | dependabot[bot] | 2021-11-02 |
| * | Bump lsp-types to 0.91.0 (#932) | Ivan Tham | 2021-10-29 |
| * | Include the missing dependency bump | Blaž Hrastnik | 2021-10-28 |
| * | Release v0.5.0 | Blaž Hrastnik | 2021-10-28 |
| * | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-10-17 |
|\| |
|
| * | Allow `language.config` (in languages.toml) to be passed in as a toml object ... | Midnight Exigent | 2021-10-08 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-10-09 |
|\| |
|
| * | build(deps): bump lsp-types from 0.89.2 to 0.90.0 | dependabot[bot] | 2021-09-28 |
| * | build(deps): bump tokio from 1.11.0 to 1.12.0 | dependabot[bot] | 2021-09-28 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 |
|\| |
|
| * | log errors produced when trying to initialize the LSP (#746) | Kirawi | 2021-09-15 |
| * | fix: Fix regression where formatting would fail on null response | Blaž Hrastnik | 2021-09-09 |
| * | Merge branch 'lsp-async-init' | Blaž Hrastnik | 2021-09-07 |
| |\ |
|
| | * | lsp: This doesn't need to be a mutable reference | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: doc.language_server() is None until initialize completes | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: Don't send notifications until initialize completes | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: SyncKind::Full: we need to send the whole document on each change | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: Outdated comment | Blaž Hrastnik | 2021-09-06 |
| | * | ls: Refactor textDocument/didSave in a similar vein | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: refactor format so we stop cloning the language_server | Blaž Hrastnik | 2021-09-06 |
| | * | wip | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: Delay requests & notifications until initialization is complete | Blaž Hrastnik | 2021-09-06 |
| | * | lsp: Refactor capabilities as an async OnceCell | Blaž Hrastnik | 2021-09-06 |