master-co / css

The CSS Language and Framework

Home Page:https://css.master.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💖 Missing binary after installing @master/css-language-server

fightingdreamer opened this issue · comments

Current

  1. run pnpm install --global @master/css-language-server
  2. check pnpm --global bin directory for binary
  3. *-language-server binary is missing

Looks like file: node_modules/@master/css-language-server/dist/server.cjs is the main binary, but is not added to bin in package.json (example: unocss-language-server)

Expected

  1. run pnpm install --global @master/css-language-server
  2. check pnpm --global bin directory for binary
  3. *-language-server binary is found
commented

@fightingdreamer The Language Server package has yet to be ready for third-party access. We will refactor the Language Service for version 2.0 during the Release Candidate phase. What big plans are you currently working on!?

Thanks for info — even proof of concept will be great for initial testing.

I using master-css as primary css solution for some of my smaller projects, looks very promising.