mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
dap: Reply to RunInTerminal
This commit is contained in:
parent
d5d1a9b1ae
commit
2b4de41bf0
3 changed files with 160 additions and 143 deletions
|
@ -262,10 +262,11 @@ impl Client {
|
|||
pub fn reply(
|
||||
&self,
|
||||
request_seq: u64,
|
||||
command: String,
|
||||
command: &str,
|
||||
result: core::result::Result<Value, Error>,
|
||||
) -> impl Future<Output = Result<()>> {
|
||||
let server_tx = self.server_tx.clone();
|
||||
let command = command.to_string();
|
||||
|
||||
async move {
|
||||
let response = match result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue