You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes sure the binary is place into `node_modules/.bin`. Before
you'd have to path into
`node_modules/@tailwindcss/language-server/bin/css-language-server` to
get access to it.
This was done on purpose originally as it's just a fork of VSCode's CSS
language server + some additions and really was just to improve test
coverage. I'd thought about possibly folding this functionality directly
into the main language server so completions could eventually be a bit
smarter but that's a larger effort (if it's even reasonable at all — no
idea).
In the meantime it feels reasonable to me to mark this so it's treated
as a binary by package managers.
0 commit comments