aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/handlers
Commit message (Collapse)AuthorAge
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
|
* Improve Readability (#2639)Ryan Russell2022-06-01
|
* lower MSRV to 1.57.0Michael Davis2022-05-23
| | | | | | | | This line uses the Display trait for io::ErrorKind which was stabilized in Rust 1.60.0. We can set MSRV all the way back to 1.57.0 by replacing it with a pretty-print. Closes #2460.
* Run debug console in windows (#2294)Alexis Kalabura2022-05-11
|
* cargo fmtBlaž Hrastnik2022-03-28
|
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28