-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
area:integrations/gitGit integration feedbackGit integration feedbackarea:settingsFeedback for preferences, configuration, etcFeedback for preferences, configuration, etc
Description
Summary
Support a single setting to disable Zed being git-aware everywhere.
Describe the feature
When trying to disable git integration, it seems you have to disable it in 5 places in the config.
It would be nice to have a simple boolean to disable git integration completely.
This could be either under "features": {"git": false} or "git": {"enabled": false}
"git": {
"git_gutter": "hide",
"inline_blame": {
"enabled": false
}
},
"outline_panel": {
"git_status": false
},
"project_panel": {
"git_status": false
},
"scrollbar": {
"git_diff": false
},
"tabs": {
"git_status": false
},universalmind303, izuzak, TPolzer, ajitid, likeon and 5 more
Metadata
Metadata
Assignees
Labels
area:integrations/gitGit integration feedbackGit integration feedbackarea:settingsFeedback for preferences, configuration, etcFeedback for preferences, configuration, etc
Type
Projects
Status
Panel + Gutters + File State