Thorsten Ball
Thorsten Ball
@sanketnaik99 another thing: can you capture the logs of what happens when you hit save? Like this: https://github.com/zed-industries/zed/assets/1185253/1b61a937-ddf3-4ca0-b93a-b724bec1d3cb
> In my case the option `"formatter": "language_server"` is ignored, zed apply eslint fix + prettier. I don't want to apply prettier but only eslint Yeah. I think that's still...
Also, @throrin19 can you share your config here? The `languages` part at least. When `formatter: language_server` is configured, it shouldn't use `prettier`, I think: https://github.com/zed-industries/zed/blob/eb2c60f0fdb5780aff0abb3839f69d0e4f71ddce/crates/project/src/project.rs#L4430-L4446
This already works for me: ```json { "context": "Editor && VimControl && !VimWaiting && !menu", "bindings": { // [...] "j": ["vim::Down", { "displayLines": true }], "k": ["vim::Up", { "displayLines": true...
@Labrium nothing really stands out in the trace. Any timestamp in particular you think we should focus on? Also: is there anything special about the files you're opening? Are they...
@Labrium thanks! Wow, that's interesting. Exactly 1s frames. Sadly I can't see those blocks in the traces you provided. Could you maybe re-record a trace but this time add the...
Ha! Well, I wish I knew what it was, but I'll take a closed issue :)
To answer the questions around "is someone working on this?" and timeline: yes, I am working on this. Timeline/sequence is in here: https://github.com/zed-industries/zed/issues/8665 `git blame` will go out in today's...
Hey @LORE-D-NATO, thanks for reporting! I'm wondering whether this has something to do with Zed not having access to the key chain. Once you've added the key, does Zed and...
@aalin yeah, that's a bug: the `assistant: reset key` only shows up when you have the assistant window focused.