Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed May 11, 2021
1 parent da4dff4 commit bf8d676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/lsp/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ pub struct WorkspaceSettings {
#[serde(default)]
pub code_lens: CodeLensSettings,

/// A flag that indicates if linting is enabled for the workspace.
/// A flag that indicates if internal debug logging should be made available.
#[serde(default)]
pub internal_debug: bool,

/// A flag that indicates if linting is enabled for the workspace.
#[serde(default)]
pub lint: bool,

Expand Down

0 comments on commit bf8d676

Please sign in to comment.