helix-mods/helix-dap/src
Ricardo Fernández Serrata 6997ee9151
&Option<T> -> Option<&T> (#11091)
* refactor `starting_request_args` to only `ref` non-`Copy`

* refactor `needs_recompile` to only `ref` non-`Copy`

* refactor `add_workspace_folder` to only `ref` `Some`

---------

Co-authored-by: Rudxain <rudxain@localhost.localdomain>
2024-07-09 18:34:28 +09:00
..
client.rs &Option<T> -> Option<&T> (#11091) 2024-07-09 18:34:28 +09:00
lib.rs Improve error handling for which::which failures 2024-01-24 15:47:49 +09:00
transport.rs Fix unwrap bug in DAP (#6786) 2023-04-17 15:36:04 -05:00
types.rs DAP: Deserialize number IDs (#10943) 2024-06-15 16:05:04 +09:00