Peter Tripp
Peter Tripp
I discovered if you have the github user id (not just the username) you can directly retrieve the avatar image by-id which (1) saves a 302 http redirect (2) works...
Are there other code actions beyond 'organize imports' that you'd like actions for that cannot be assigned to shortcuts? (Or is 'organize imports' distinct 'sort imports' in some way I...
> @suryasarisa99 In VSCode, when the Refactor menu is opened, then typing automatically selects action based on input match. I have a POC implementation of this for all Zed context...
Nope. I no longer work at Zed Industries and never pushed the branch, so someone else will have to start from scratch if they want to pick this up. Sorry.
@probably-neb Do you want to merge this?
I can reproduce. Large files which don't support outline view are being attached as: `````md The following items were attached by the user. They are up-to-date and don't need to...
@makoConstruct Did the config described at [wiki.nixos.org/wiki/Zed](https://wiki.nixos.org/wiki/Zed) work for you? > Here, we'll assume rust-analyzer is globally installed in your system profile at /run/current-system/sw/bin/rust-analyzer. You may want to adapt this...
Thanks for this @ribelo. NixOS is different enough from other environments that it might be worth creating some dedicated documentation. Similarly Zed should probably try and do less on NixOS...
Can reproduce this issue which triggers this log event on Sort: ``` 2024-08-23T13:18:08.492764Z [ERROR] Unhandled method workspace/executeCommand ```
You are right, looking at rpc logs under `debug: language server logs` it shows this code action available: ```json {"jsonrpc":"2.0","id":7,"result":[{"title":"Sort JSON","kind":"source.sort.json","command":{"command":"json.sort","title":"Sort JSON"}}]} ``` But when Zed sends it json-language-server returns...