Peter Tripp
Peter Tripp
I'm really curious about this. You're seeing a 404 which seems super wrong (given that this is definitely a valid route). Are you by chance using a browser settings/extension (adblock,...
This is still an issue with text threads in the new agentic panel in Zed v0.189.x.
Interesting. I can't seem to reproduce. To quickly rule out some things: 1. Does this happens with all themes (e.g. One Dark)? 2. Does this happen with an empty settings.json...
@Glazoff Nothing jumps out with your settings.json. I can't reproduce via ssh remoting either (works for me there too). > One more clarification: the IDE stops highlighting modified lines in...
Gotcha. So for you, this is https://github.com/zed-industries/zed/issues/13547 but happening remotely. I didn't immediately see anything in the diff https://github.com/zed-industries/zed/compare/v0.185.0-pre...v0.186.0-pre which seems to be a culprit why things have changed. :-/
Hi @nakamorichi, @d1y has referenced the correct code your bumping up against: https://github.com/zed-industries/zed/blob/52770cd3ada1d5db86b9050fdd5c2f1d4b0db412/crates/node_runtime/src/node_runtime.rs#L497-L504 We enforce a specific version of node because many tools are untested/broken with old/unsupported node versions. Since...
I can reproduce. Steps: 1. Setup an R environ: ``` brew install --cask r Rscript --version Rscript -e 'options(repos = "https://cran.rstudio.com/"); install.packages("languageserver")' Rscript -e 'options(repos = "https://cran.rstudio.com/"); install.packages("lintr")' Rscript -e...
@supertr0n: I think the zed.dev / api.zed.dev traffic might be this bug: - https://github.com/zed-industries/zed/issues/27570 As for traffic to github/npmjs.org, I'd be curious if that was Zed or various LSP subprocesses....
@ankibalyan The issue with offline LSPs is this: - https://github.com/zed-industries/zed/issues/9789 As a workaround you can manually install gopls and have it available in your path which will be preferred over...
Please provide the relevant lines from your Zed.log (including the panic itself) I cannot reproduce. Here's the steps I tried: ``` mkdir /tmp/issue31897 cd $_ git clone https://github.com/zed-extensions/bash git clone...