Kirill Bulatov
Kirill Bulatov
Follow-up of https://github.com/zed-industries/zed/pull/30015 Merges suppress and close buttons into one, with `shift` changing the state and showing different tooltips. Currently, there's no tooltip for notification suppress action, hence none is...
* stopped fetching LSP tasks for too long (but still use the hardcoded value for the time being — the LSP tasks settings part is a simple bool key and...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Start a long-running task in Zed. Notice that the output is going...
cosmic-text crate of version 0.14.2 Zed uses COSMIC Text to lay out its editor lines on Linux: https://github.com/zed-industries/zed/blob/51b7d06a27780d007f8391ac7d05313611a27163/crates/gpui/src/platform/linux/text_system.rs#L378-L394 Similar things happen on other platforms, all of them have `fn layout_line(&mut...