Peter Tripp

Results 442 comments of Peter Tripp

> I set the proxy in my zed config file: "proxy": "http://127.0.0.1:6152/ socks5://127.0.0.1:6153", This looks wrong. The value should be `http://127.0.0.1:6152/` or `socks5://127.0.0.1:6153` not both. ``` [ERROR] Error parsing proxy...

I am not able to reproduce this with the current zed. Please make sure you are testing this with Zed >= v0.185 (currently Zed Preview, stable on Wednesday) as we...

I can reproduce. `pane::ActivateNextItem` isn't available in the project panel context (open command palette to see) and so it falls back to the workspace binding: `tab_switcher::Toggle`. tab_switcher registers at the...

I'm going to close this as unactionable. @bitfield if you are others have issues selecting plans, please reach out via "billing-support" @ zed.dev so we can troubleshoot one on one....

The temporary files thing is a duplicate of #7155 which was fixed by: - https://github.com/zed-industries/zed/pull/14002 It is available in Zed Preview now and will be in Zed Stable next Wednesday...

@injust I'm sure this is unintentional, but would it be possible for you to stop recreating your `Zed: Add gitignore` commits with references to this issue? You've got 20 orphan...

An update: Zed should no longer store `.tmpXXYYZZ` files with telemetry going forward. Zed should no longer store anything under the `embeddings` subdirectory. If you encounter either of these in...

To be explicit, `XDG_STATE_HOME` default is `$HOME/.local/state`.