Kirill Bulatov
Kirill Bulatov
Zed's `terminal` crate depends on a single `struct` of `procinfo` crate, which we retrieve by cloning the entire `wezterm` repo from a fork. Such set-up makes dependency fetching slower than...
Based on https://github.com/alacritty/alacritty/issues/7795 Unknown error code commands (now includes the interrupted ones):  Successful command:  Unsuccessful command:  The "design", including wordings and special characters, is not final, suggestions...
Part of https://github.com/zed-industries/zed/issues/4523 Added two new actions with the default keybindings ``` "cmd-'": "editor::ToggleGitHunkDiff", "cmd-\"": "editor::ExpandAllGitHunkDiffs", ``` that allow to browse git hunks in Zed: https://github.com/zed-industries/zed/assets/2690773/9a8a7d10-ed06-4960-b4ee-fe28fc5c4768 The hunks are dynamic...
I've cloned this repo, navigated into `webview-examples` and run `cargo run --example todo`. Expected: TODO app runs and works Actual: app starts, but no UI elements are displayed in the...
Instead of ``` Error: No such file or directory (os error 2) ``` do ``` Error: copying from "one/path" to "another/path" Caused by: No such file or directory (os error...
Closes https://github.com/zed-industries/zed/issues/11517 Removes forced prettier parser name for languages, making `auto` command to run prettier on every file by default. Release Notes: - N/A
Based on https://github.com/zed-industries/zed/pull/11736 Release Notes: - N/A
Release Notes: - Added a way to create terminal tabs in remote projects, if an ssh connection string is specified
Prototypes a way to display new entities in the outline panel, making it less outline. The design is not final and might be adjusted, but the workflow seems to be...