Skip to content

Setting to disable git globally #13304

@mrclmh

Description

@mrclmh

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
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:integrations/gitGit integration feedbackarea:settingsFeedback for preferences, configuration, etc

    Type

    Projects

    Status

    Panel + Gutters + File State

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions