Kirill Bulatov

Results 478 comments of Kirill Bulatov

This issue seems good to be closed after https://github.com/zed-industries/zed/pull/10873 is merged, so closing optimistically, as this PR's feature is planned to be done one way or another. Now, Zed has:...

There had been another attempt to doing that via an extension: https://github.com/zed-industries/extensions/pull/103 and since it's a standalone thing outside of Zed sources, less strict requirements were applied to that. Since...

Had noticed that in my Linux builds in VMs, an eternity is spent during ``` Building [=====================> ] 1163/1168: tree-sitter-gitcommit(build) ``` @d1y would you consider moving that into an extension,...

Please also add a new docs entry to the https://github.com/zed-industries/zed/tree/main/docs/src/languages list

This looks close to be done, so it would be great to add a new docs entry to the https://github.com/zed-industries/zed/tree/main/docs/src/languages list before merging.

Hello, could you also add a docs entry please, into the https://github.com/zed-industries/zed/tree/main/docs/src/languages list.

Go test started to fail after a different commit in `main` and I'll check that, but this PR has nothing to do with it, optimistically merging. Thank you for the...

I've added this on top of your PR ```diff diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 6ca7bb6d2..719e1d69d 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -7311,18 +7311,21 @@ impl Editor { } // If...

Yes, old branch was not running some clippy checks, fixing.

https://github.com/zed-industries/zed/pull/8590