Skip to content

Commit

Permalink
Document git.gutter_debounce setting (#22663)
Browse files Browse the repository at this point in the history
Closes #22588 by providing documentation to git.gutter_debounce setting

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
spotikhanov and maxdeviant authored Jan 6, 2025
1 parent 2dec4c2 commit 84fdcbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/project/src/project_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ pub struct GitSettings {
///
/// Default: tracked_files
pub git_gutter: Option<GitGutterSetting>,
/// Sets the debounce threshold (in milliseconds) after which changes are reflected in the git gutter.
///
/// Default: null
pub gutter_debounce: Option<u64>,
/// Whether or not to show git blame data inline in
/// the currently focused line.
Expand Down

0 comments on commit 84fdcbb

Please sign in to comment.