mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
Style
This commit is contained in:
parent
7233ab2deb
commit
2aee5f02d0
@ -296,7 +296,7 @@ pub async fn handle_debugger_message(&mut self, payload: helix_dap::Payload) {
|
|||||||
..
|
..
|
||||||
}) = &debugger.stack_pointer
|
}) = &debugger.stack_pointer
|
||||||
{
|
{
|
||||||
let path = src.clone().into();
|
let path = src.clone();
|
||||||
self.editor
|
self.editor
|
||||||
.open(path, helix_view::editor::Action::Replace)
|
.open(path, helix_view::editor::Action::Replace)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
@ -327,7 +327,6 @@ pub async fn handle_debugger_message(&mut self, payload: helix_dap::Payload) {
|
|||||||
Payload::Response(_) => unreachable!(),
|
Payload::Response(_) => unreachable!(),
|
||||||
Payload::Request(_) => todo!(),
|
Payload::Request(_) => todo!(),
|
||||||
}
|
}
|
||||||
// TODO
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn handle_language_server_message(
|
pub async fn handle_language_server_message(
|
||||||
|
Loading…
Reference in New Issue
Block a user