Marshall Bowers
Marshall Bowers
We are reverting this change in https://github.com/zed-industries/zed/pull/10986. A new Preview build will be out soon without this behavior.
> It still doesn't work for me (macOS Sonoma 14.4.1, Zed 0.133.5) We reverted the change, so that’s why it isn’t working.
@huacnlee Thank you!
@xcrap Does formatting manually with `editor: format` work (and only doesn't work with `format_on_save`)? Or is formatting broken for both `editor: format` and `format_on_save`?
@xcrap A fix for this will be going out in the Preview build later today: https://github.com/zed-industries/zed/pull/10939
> So I've installed the nightly build and the formatter worked for PHP, but I had to specific in my settings: > > "PHP": { "language_servers": [ "intelephense" ] }...
I can see here that Intelephense is indeed being loaded last. > 2024-04-25T18:17:21+00:00 [INFO] starting language servers for PHP: tailwindcss-language-server, emmet-language-server, intelephense Although I forgot that the fix made in...
> In particular, please describe the `config.toml` format which I believe is unique to Zed Extensions. The language `config.toml` is specified by this struct here: https://github.com/zed-industries/zed/blob/1127b1a0deb2821c4cc688417ccb9348da65ef48/crates/language/src/language.rs#L532-L604 Better docs will be...
One complication here is that for self-hosted instances of GitHub/GitLab/etc. we can't tell which one is being used based on the URL alone, as the URL could be something like...
@mshashikanth7 Could you please provide some more detail as to the issue you are experiencing?