tailwind-ctp-intellisense/packages/tailwindcss-language-server
Merrick Luo 0a900b9bf6
Fix method called before initialize (#667)
wait for init in onInitialize before sending response to the client,
so that client won't try to do request before the lsp handlers are registered.
2022-12-13 17:05:12 +00:00
..
scripts Remove `terser` dependency, update lockfiles 2022-07-22 18:11:58 +01:00
src Fix method called before initialize (#667) 2022-12-13 17:05:12 +00:00
.gitignore add lerna and separate language server package 2021-06-01 12:37:15 +01:00
LICENSE add license and third-party notices for language server package 2021-07-12 17:24:19 +01:00
README.md update language server package 2021-08-13 12:46:40 +01:00
ThirdPartyNotices.txt Bump versions, update lockfiles and notices 2022-10-20 18:03:15 +01:00
package-lock.json Bump decode-uri-component from 0.2.0 to 0.2.2 (#669) 2022-12-06 10:51:44 +00:00
package.json Bump versions, update lockfiles and notices 2022-10-20 18:03:15 +01:00
tsconfig.json update tsconfig 2021-10-08 18:24:11 +01:00

README.md

Tailwind CSS Language Server

Language Server Protocol implementation for Tailwind CSS, used by Tailwind CSS IntelliSense for VS Code.

Install

npm install -g @tailwindcss/language-server

Run

tailwindcss-language-server --stdio
Usage: tailwindcss-language-server [options]

Options:

  --stdio          use stdio
  --node-ipc       use node-ipc
  --socket=<port>  use socket