zed icon indicating copy to clipboard operation
zed copied to clipboard

Git: `git_hosting_providers` only works when in ~/.config/zed/settings.json

Open jvacek opened this issue 7 months ago • 1 comments

Summary

I can't seem to be able to store these settings in the repo's .zed/settings.json. It only works when it's set zed-wide. I'd like to track this so that this works out of the box for my colleagues as well.

Description

Steps to trigger the problem:

  1. Define git_hosting_providers in .zed/settings.json

  2. Restart zed for good measure?

  3. Right-click, Copy Permalink =

    Image
  4. Repeat but with ~/.config/zed/settings.json, and it works

Actual Behavior: Expected Behavior:

Zed Version and System Specs

Zed: v0.182.11 (Zed) OS: macOS 15.4.1 Memory: 16 GiB Architecture: aarch64

jvacek avatar Apr 22 '25 18:04 jvacek

Thanks for reporting. Currently not all settings can be defined at the project level. This makes sense such that it could be set per-project or per-user.

notpeter avatar May 20 '25 14:05 notpeter