Marshall Bowers
2da80e4641
emmet: Use index.js directly to launch language server ( #36126 )
...
This PR updates the Emmet extension to use the `index.js` file directly
to launch the language server.
This provides better cross-platform support, as we're not relying on
platform-specific `.bin` wrappers.
Release Notes:
- N/A
2025-08-13 16:34:18 +00:00
Marshall Bowers
3a04657730
emmet: Add workaround for leading / on Windows paths ( #36064 )
...
This PR adds a workaround for the leading `/` on Windows paths
(https://github.com/zed-industries/zed/issues/20559 ).
Release Notes:
- N/A
2025-08-12 18:24:25 +00:00
Marshall Bowers
aded3dfb05
emmet: Upgrade zed_extension_api to v0.0.6 ( #15177 )
...
This PR upgrades the Emmet extension to use v0.0.6 of the
`zed_extension_api`.
Release Notes:
- N/A
2024-07-25 08:34:45 -04:00
Piotr Osiewicz
0ddec2753a
Add emmet-language-server support ( #9910 )
...
Note that I want to move this into an extension before merging.
Fixes : #4992
Release Notes:
- Added Emmet snippets support
2024-04-03 19:54:53 +02:00