mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Support templates in debug configurations
This commit is contained in:
parent
31212e133d
commit
b001008a69
3 changed files with 27 additions and 8 deletions
|
@ -7,7 +7,7 @@ use std::{collections::HashMap, path::PathBuf};
|
|||
pub struct DebugTemplate {
|
||||
pub name: String,
|
||||
pub request: String,
|
||||
pub args: HashMap<String, Value>,
|
||||
pub args: HashMap<String, String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue