Move git gutter settings out of editor settings
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
8f4b3c3493
commit
a5c2f22bf7
5 changed files with 38 additions and 29 deletions
|
@ -665,9 +665,9 @@ impl LocalWorktree {
|
|||
|
||||
let files_included = cx
|
||||
.global::<Settings>()
|
||||
.editor_overrides
|
||||
.git
|
||||
.git_gutter
|
||||
.unwrap_or_default()
|
||||
.expect("This should be Some by setting setup")
|
||||
.files_included;
|
||||
|
||||
cx.spawn(|this, mut cx| async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue