zed icon indicating copy to clipboard operation
zed copied to clipboard

Lacking git indicators on the project panel when opening a specific package in a monorepo

Open noidwasavailable opened this issue 1 year ago • 0 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

My monorepo is structured like the following:

my-monorepo/
└── packages/
    ├── package-1
    ├── package-2
    ├── ...
    └── package-n

When I zed my-monorepo, image

When I zed my-monorepo/packages/package-2: image

I often only need to be editing a package or two in my monorepo, so I just add the relevant folders to my editor, but the lack of indicators is jarring.

Environment

Zed: v0.123.6 (Zed) OS: macOS 14.2.0 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

noidwasavailable avatar Feb 26 '24 02:02 noidwasavailable