Devzeth

Results 4 comments of Devzeth

> I just now published this for review to the chrome store . Will be interesting to see if it goes through. Any news on this? Thank you.

```json // Zed keymap // // For information on binding keys, see the Zed // documentation: https://zed.dev/docs/key-bindings // // To see the default key bindings run `zed: open default keymap`...

1. I git cloned the provided repo above. 2. Opened the folder in zed via a terminal 3. Opened the file App.vue, got the pop-up to install the vue extension....

Could it be related to: `creates/title_bar/src/title_bar.rs line 334` ```rust #[cfg(not(target_os = "windows"))] pub fn height(window: &mut Window) -> Pixels { (1.75 * window.rem_size()).max(px(34.)) } ``` and `crates/gpui/src/platform/mac/window.rs line 474` ```rust...