aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/Cargo.toml
Commit message (Collapse)AuthorAge
* build(deps): bump which from 4.3.0 to 4.4.0 (#5655)dependabot[bot]2023-01-23
| | | | | | | | | | | | | | | | | Bumps [which](https://github.com/harryfei/which-rs) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use which to resolve lsp/dap binariesBlaž Hrastnik2022-02-24
| | | | This resolves the following issue: https://github.com/helix-editor/helix/discussions/962#discussioncomment-1580046
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|
* dap: Bump helix-coreBlaž Hrastnik2021-11-06
|
* Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|
* Invert core -> dap dependencyBlaž Hrastnik2021-10-17
|
* chore: bump helix-dap version to 0.4.1Dmitry Sharshakov2021-08-23
|
* Start integrating into the editor's event loopBlaž Hrastnik2021-08-20
|
* Get cargo check to pass in the subcrateBlaž Hrastnik2021-08-20
|
* dap: logging using fernDmitry Sharshakov2021-08-20
|
* Initial debug adapter protocol implementationDmitry Sharshakov2021-08-20