| Commit message (Expand) | Author | Age |
* | Improve error handling for `which::which` failures | Michael Davis | 2024-01-24 |
* | Re-export `which` from `helix-stdx::env` | Michael Davis | 2024-01-24 |
* | remove build warnings (#9180) | Tshepang Mbambo | 2024-01-04 |
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
* | update which crate to 5.0.0 (#8902) | Davide Ferrero | 2023-11-25 |
* | Fix unwrap bug in DAP (#6786) | A-Walrus | 2023-04-17 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | feat(dap): send Disconnect if Terminated event received (#5532) | Filip Dutescu | 2023-02-20 |
* | DAP: Add request ID to request timeout message (#6018) | xiaoma20082008 | 2023-02-16 |
* | build(deps): bump which from 4.3.0 to 4.4.0 (#5655) | dependabot[bot] | 2023-01-23 |
* | Fix name of channel endpoints in DAP client (#5366) | taupiqueur | 2023-01-11 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | feat(csharp,debug): add C# debugger support (#4213) | Filip Dutescu | 2022-10-15 |
* | DAP: Make `cwd` required in RunTerminalArguments | Michael Davis | 2022-07-05 |
* | DAP: Skip serializing `Option`s when `None` | Michael Davis | 2022-07-05 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Use which to resolve lsp/dap binaries | Blaž Hrastnik | 2022-02-24 |
* | dap: Reduce amount of block_on uses | Blaž Hrastnik | 2022-02-15 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
* | Make thread_picker non-blocking | Blaž Hrastnik | 2021-12-06 |
* | dap: Reply to RunInTerminal | Blaž Hrastnik | 2021-12-06 |
* | dap: Add RunInTerminal reverse request, support replying to requests | Blaž Hrastnik | 2021-12-03 |
* | dap: All of these calls don't need &mut | Blaž Hrastnik | 2021-12-03 |
* | Make dap_start non-blocking | Blaž Hrastnik | 2021-12-03 |
* | dap: Split call/request in the same way LSP does | Blaž Hrastnik | 2021-12-03 |
* | dap: Start working on runInTerminal support | Blaž Hrastnik | 2021-12-03 |
* | dap: Rewrite breakpoints so that there's a single set maintained | Blaž Hrastnik | 2021-11-30 |
* | dap: Consistently rename type as ty | Blaž Hrastnik | 2021-11-07 |
* | dap: Remove Deref for DebuggerCapabilities | Blaž Hrastnik | 2021-11-07 |
* | dap: Drop examples | Blaž Hrastnik | 2021-11-07 |
* | dap: Get rid of excessive cloning | Blaž Hrastnik | 2021-11-07 |
* | dap: Bump helix-core | Blaž Hrastnik | 2021-11-06 |
* | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
* | dap: Fix examples | Blaž Hrastnik | 2021-10-17 |
* | Use a newtype for ThreadId | Blaž Hrastnik | 2021-10-17 |
* | Invert core -> dap dependency | Blaž Hrastnik | 2021-10-17 |
* | Port over parsing improvements from the LSP | Blaž Hrastnik | 2021-10-17 |
* | fix lints | Dmitry Sharshakov | 2021-09-26 |
* | editor: add Node.js debugger | Dmitry Sharshakov | 2021-09-26 |
* | editor: support setExceptionBreakpoints | Dmitry Sharshakov | 2021-09-26 |
* | lldb: use stdio transport by default | Dmitry Sharshakov | 2021-09-06 |
* | Get breakpoint reports from debugger | Dmitry Sharshakov | 2021-09-06 |
* | examples: ensure target stopped by waiting for enter from user | Dmitry Sharshakov | 2021-09-04 |
* | compat: make thread IDs signed | Dmitry Sharshakov | 2021-09-03 |
* | Handle stderr | Blaž Hrastnik | 2021-09-03 |
* | dap: Allow setting breakpoints before starting the adapter | Blaž Hrastnik | 2021-09-03 |
* | dap: small TODO | Blaž Hrastnik | 2021-09-03 |
* | dap: Extract thread_picker, make pause explicitly select a thread | Blaž Hrastnik | 2021-09-03 |