Document gutter_debounce (#26940)

Release Notes:

- N/A
This commit is contained in:
João Marcos
2025-03-17 14:47:37 -03:00
committed by GitHub
parent ddc210abfc
commit aba242d576
+20
View File
@@ -1382,6 +1382,26 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
}
```
### Gutter Debounce
- Description: Sets the debounce threshold (in milliseconds) after which changes are reflected in the git gutter.
- Setting: `gutter_debounce`
- Default: `null`
**Options**
`integer` values representing milliseconds
Example:
```json
{
"git": {
"gutter_debounce": 100
}
}
```
### Inline Git Blame
- Description: Whether or not to show git blame information inline, on the currently focused line.