Jeremy Lightsmith
Jeremy Lightsmith
This is definitely keeping us from using zed on our project. We use direnv + nix, and we can't use tasks w/o better support. With VSCode, it's quite easy to...
it seems the termina doesn't maintain its env between runs, because if it did, we could work around this by sourcing a script like this: ``` #!/bin/bash if [ -z...
Thanks @mersinvald , but your workaround doesn't work for me, specifically with tasks, which is my problem. I need to be able to run the test under my cursor from...
Alright, I want to show you where it's not working for me. You can see that when I go into my project directory, direnv runs and we are finding elixir...
Direnv does NOT just work. It mostly doesn't seem to work at all, and if you read the fine print on the docs, it says: ``` direnv integration currently only...
I'm still on Zed 0.146.5, so looks like I need to wait till 147.2 hits? That's super exciting!
Hmm, I installed zed preview, which is 147.2, and when I run this task: ``` { "label": "show path", "command": "echo $PATH", "reveal": "always" } ``` it still shows the...
Thanks for taking the time to try to help me out. I think I have things working now, but I did find a couple bugs along the way. Here's a...