Commit 5ce025c
authored
Add
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.css-language-server to binary list (#1437)1 parent 932d23d commit 5ce025c
File tree
2 files changed
+2
-1
lines changed- packages
- tailwindcss-language-server
- vscode-tailwindcss
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments