mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
dap: small TODO
This commit is contained in:
parent
42f9718f55
commit
289303a30d
5 changed files with 12 additions and 30 deletions
|
@ -35,7 +35,6 @@ pub struct Client {
|
|||
pub thread_id: Option<usize>,
|
||||
/// Currently active frame for the current thread.
|
||||
pub active_frame: Option<usize>,
|
||||
pub is_running: bool, // TODO: track is_running per thread
|
||||
}
|
||||
|
||||
impl Client {
|
||||
|
@ -83,7 +82,6 @@ impl Client {
|
|||
thread_states: HashMap::new(),
|
||||
thread_id: None,
|
||||
active_frame: None,
|
||||
is_running: false,
|
||||
};
|
||||
|
||||
tokio::spawn(Self::recv(server_rx, client_rx));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue