Thorsten Ball
Thorsten Ball
> In my case, the issue is with `rust-analyzer`. That should then be possible with the upcoming Preview release and when setting `{"rust-analyzer": {"binary": {"path_lookup": true}}}`.
> within a task Yeah, that's not supported yet.
How do you use `direnv`? Here's what I use with Zed Preview 0.147.2: 1. Create the project: ``` mkdir ~/tmp/testing-direnv cd ~/tmp/testing-direnv echo export FOO=foo > .envrc direnv allow ....
Okay, let me first answer (2), since (1) is tricky and I need to dive into it. > 2\. `/last` is last on the path, but `/first` is _not_ first....
> 1. I was using `zed .` to open zed. When I do this, I _do_ see $FOO as being defined, but I _don't_ see `/first` or `/last` on the...
@jansol can you link to the previous PR here too? I think then we can close it.
Hehe, no, I meant we can close this one. @hongquan see @jansol's comment here: https://github.com/zed-industries/zed/pull/15763#issuecomment-2270698795 Short version: the `.desktop` file should be renamed, setting this attribute here instead is more...
Two things to do here: 1. Take GITHUB_TOKEN into account for GHE 2. If image fails to load, show placeholder avatar and do not try to re-render (or at least...
Thanks @d-shah8. @bennetbo and I created a build (in https://github.com/zed-industries/zed/actions/runs/10735702994?pr=17485) for you all to try out: - Universal Binary: https://github.com/zed-industries/zed/actions/runs/10735702994/artifacts/1900460781 - x86/Intel: https://github.com/zed-industries/zed/actions/runs/10735702994/artifacts/1900461236 - Apple Silicon: https://github.com/zed-industries/zed/actions/runs/10735702994/artifacts/1900460978 In that build,...
Hey! Thanks for this! Works perfectly fine on macOS and behaves exactly like Sublime/VSCode. I hopped on the branch to get the code to compile on Linux. Seems like to...