Marshall Bowers
Marshall Bowers
> Thanks for the reply. I'll give it a go and try it out, once I get some time in the following days. In the current Zed Preview (v0.133.2) you...
> @maxdeviant The blame does lead to the commit that renamed editor2 to editor though: [588976d#diff-2c4beb0f3febb4181a2f3bcf1d1008cd789d2f072b34b57c3de3249d88ffe48fL485-R580](https://github.com/zed-industries/zed/commit/588976d27a22bb36a5aac7e762b21e180a66a2f9#diff-2c4beb0f3febb4181a2f3bcf1d1008cd789d2f072b34b57c3de3249d88ffe48fL485-R580) > > Edit: link doesn't work, here is a screenshot  That is merely...
We've supported the `which` API in extensions since the beginning. Are you saying that it works in previous versions, but causes a hang just in v0.0.6?
> The actual cause of this is if I `disown` Zed like this `Zed ~/Projects/JTE/mobile_application & disown`, but this hang only occurs if using `disown` + an extension that uses...
> Started noticing these around after PHP support was extracted into an extension For me go to definition is working fine (Zed Preview 0.131.3), but no formatting I had to...
For the folks having issues could you try adding the following to your settings in Zed 0.133.5: ```json { "languages": { "PHP": { "language_servers": ["intelephense", "..."] } } } ```
Sorry you're running into issues, @michealp-coder. Do you see anything in your Zed logs (accessible via the `zed: open log` action in the command palette)?
> @maxdeviant > > ``` > [INFO] installing extension macos-classic latest version > 2024-04-09T11:34:56-05:00 [ERROR] crates/extension/src/extension_store.rs:665: failed to iterate over archive > > Caused by: > Invalid gzip header >...
Could you see if downloading an extension manually works? 1. Go to https://api.zed.dev/extensions/catppuccin/download, this should download an `archive.tar.gz` file 2. Extract the `.tar.gz` archive (you should be able to double-click...
@michealp-coder We just released [Zed 0.130.6](https://zed.dev/releases/stable/0.130.6) that should provide us with some more information about the issue you are seeing. Could you try installing an extension using that version and...