Marshall Bowers
60b22cf029
php: Upgrade zed_extension_api
to v0.0.6 ( #14603 )
...
This PR upgrades the PHP extension to use v0.0.6 of the
`zed_extension_api`.
Release Notes:
- N/A
2024-07-16 17:53:43 -04:00
Piotr Osiewicz
910f668f4d
php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 ( #12636 )
...
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Includes:
- https://github.com/zed-industries/zed/pull/12526
- https://github.com/zed-industries/zed/pull/11879
- https://github.com/zed-industries/zed/pull/12467
Release Notes:
- N/A
2024-06-04 13:24:31 +02:00
Piotr Osiewicz
71451b59cd
php/ruby: bump version to 0.0.5 ( #12330 )
...
Includes: https://github.com/zed-industries/zed/pull/12237
Release Notes:
- N/A
2024-05-27 00:07:33 +02:00
Remco Smits
8af9fa6320
php: Bump to v0.0.4 ( #12140 )
...
This PR bumps the PHP extension to v0.0.4.
Changes:
- https://github.com/zed-industries/zed/pull/11514
Release Notes:
- N/A
2024-05-22 14:11:48 -04:00
Marshall Bowers
3df144c88a
php: Bump to v0.0.3 ( #11832 )
...
This PR bumps the PHP extension to v0.0.3.
Changes:
- #11695
Release Notes:
- N/A
2024-05-14 19:02:39 -04:00
Marshall Bowers
65c9e7d3d1
php: Bump to v0.0.2 ( #10480 )
...
This PR bumps the PHP extension to v0.0.2.
This version of the PHP extension adds the `language_ids` mappings from
#10053 .
Release Notes:
- N/A
2024-04-12 12:19:01 -04:00
Marshall Bowers
e252f90e30
Extract PHP support into an extension ( #9966 )
...
This PR extracts PHP support into an extension and removes the built-in
PHP support from Zed.
There's a small workaround necessary in order for us to provide the
`language_ids` on the `LspAdapter` that are needed for the language
server to run properly. Eventually we'll want to build this into the
extension API, but for now we're just hard-coding it on the host side.
Release Notes:
- Removed built-in support for PHP, in favor of making it available as
an extension. The PHP extension will be suggested for download when you
open a `.php` file.
2024-03-29 14:51:54 -04:00