docs: Document git_hosting_providers for self-hosted Git instances (#43278)

Closes #38433

Document how to register self-hosted GitHub/GitLab/Bitbucket instances
via git_hosting_providers setting so permalinks and issue links resolve.

Release Notes:

- Added documentation on how to register self-hosted
GitHub/GitLab/Bitbucket instances via the `git_hosting_providers`
setting. This ensures permalinks and issue links can be resolved for
these instances.
This commit is contained in:
Oscar Villavicencio
2025-11-24 11:32:44 +01:00
committed by GitHub
parent 4b04be6020
commit d333535e76
2 changed files with 42 additions and 0 deletions
+14
View File
@@ -146,6 +146,20 @@ Zed currently supports links to the hosted versions of
[SourceHut](https://sr.ht) and
[Codeberg](https://codeberg.org).
For self-hosted GitHub, GitLab, or Bitbucket instances, add them to the `git_hosting_providers` setting so commit hashes and permalinks resolve to your domain:
```json [settings]
{
"git_hosting_providers": [
{
"provider": "gitlab",
"name": "Corp GitLab",
"base_url": "https://git.example.corp"
}
]
}
```
Zed also has a Copy Permalink feature to create a permanent link to a code snippet on your Git hosting service.
These links are useful for sharing a specific line or range of lines in a file at a specific commit.
Trigger this action via the [Command Palette](./getting-started.md#command-palette) (search for `permalink`),