Thorsten Ball
Thorsten Ball
> But instead of using `Prettier`, we should merge that two configs into one. This is orthogonal to this ticket, but I don't understand why we should do this. `formatter`...
We do have prettier built-in, so it's not really an external command like the others. That's why we have 3 options (language server, prettier, external command).
@Chimpaya to clarify: what do you mean with `git diff` UI exactly? That you can click on a modified file and see a diff of changes in current branch, or...
Just in case some of you haven't seen it, here's the tracking issue for git integration: https://github.com/zed-industries/zed/issues/8665
> However, it does not seem to be working 😞 Yeah, I think the problem is that we don't send `shift-1` but `!` (on my keyboard) to the editor. Can...
What do you mean with "not functional"? The new `editor: copy permalink to file` does not _open_ the website but it copies it to the clipboard. https://github.com/zed-industries/zed/assets/1185253/d3e47b4b-05fb-4773-8c38-9eb2abad3f4c
@krstp can you give us some exact steps to reproduce the issue? Is the problem that you have a `.md` file in your project that isn't part of the git...
@krstp I added support for Bitbucket.org in this PR here: https://github.com/zed-industries/zed/pull/8601 I think the other issue is separate and we should treat it as such. So once the Bitbucket.org support...
> [sr.ht](https://sr.ht/projects?search=&sort=longest-active) & [codeberg.org](https://codeberg.org/explore/repos?tab=&sort=moststars&q=&language=) are also popular. Can you create separate issues for them? I think these are beginner-friendly issues for someone to pick up :)
A first version of this has been merged: https://github.com/zed-industries/zed/pull/13546 It'll go into Preview release this week, on Wednesday. Stable release next week, pending any bug fixes or revision. Please see...