Kirill Bulatov
Kirill Bulatov
I would also try a newer npm version (or even pnpm), because Zed seems to use an outdated one: if that works with either of the proxy settings + a...
Yes, this is very odd and sad to see, but npm is somewhat notorious for treating its argument oddly. I propose to * remove extra dummy configs from the arguments...
Sorry, for the rest of this week I'm relatively occupied and cannot dive into that, but I think we need to find a way of passing the proxy only, without...
Related: https://github.com/zed-industries/zed/pull/11852 Passing those into npm here seems to be the way I'd expected it to be implemented.
Seems that I've overlooked that it's already supported in that PR: https://github.com/zed-industries/zed/pull/11852#issuecomment-2112284527 Let's keep on testing and discussing it there.
Does it happen always, or only during the project load/reloads?
This is weird, as it looks exactly what we've had fixed long time ago: https://github.com/zed-industries/zed/pull/8343 and that happened during relatively large project loading. Now, that list is supposed to be...
At this point, noting particular to say, but I see two things from the logs: * noise from `collab.zed.dev` issues — Zed should tone it down, but at least it...
Have been thinking about an npm project without the dependencies installed. But mixing two languages in the same project might also be what breaks it — anyway, it's just guessing...
Fixed in https://github.com/zed-industries/zed/pull/11685