config: minor fixes

This commit is contained in:
Dmitry Sharshakov 2021-08-23 17:26:12 +03:00
parent 839d210573
commit b6b99b2487
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
4 changed files with 5 additions and 6 deletions

View file

@ -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>,