mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
9e7afe870a
This addresses this comment: https://github.com/zed-industries/zed/pull/13923#issuecomment-2467213210 With the change in here it's now possible to use the following settings: ```json { "lsp": { "tailwindcss-language-server": { "settings": { "rootFontSize": 50 } } } } ``` Closes https://github.com/zed-industries/zed/issues/10840 Release Notes: - Added ability to configure `rootFontSize` for the `tailwindcss-language-server`. Example settings: `{"lsp": {"tailwindcss-language-server": {"settings": { "rootFontSize": 50}}}}` Co-authored-by: Bennet <bennet@zed.dev> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |