mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
config: minor fixes
This commit is contained in:
parent
839d210573
commit
b6b99b2487
4 changed files with 5 additions and 6 deletions
|
@ -5,6 +5,7 @@ use std::path::PathBuf;
|
|||
#[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
pub struct DebugAdapterConfig {
|
||||
pub name: String,
|
||||
pub transport: String,
|
||||
pub command: String,
|
||||
pub args: Vec<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue