Skip to content

Commit

Permalink
Fix autocompletion for connection type
Browse files Browse the repository at this point in the history
before `s_t_d_i_o` after `stdio`

Co-Authored-By: Anthony Eid <[email protected]>
  • Loading branch information
RemcoSmitsDev and Anthony-Eid committed Jul 15, 2024
1 parent 737b03c commit 77a3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/task/src/task_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum TaskType {

/// Represents the type of the debugger adapter connection
#[derive(Default, Deserialize, Serialize, PartialEq, Eq, JsonSchema, Clone, Debug)]
#[serde(rename_all = "snake_case")]
#[serde(rename_all = "lowercase")]
pub enum DebugConnectionType {
/// Connect to the debug adapter via TCP
#[default]
Expand Down

0 comments on commit 77a3143

Please sign in to comment.