master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.78k stars 41 forks source link

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

Open fightingdreamer opened 10 months ago

fightingdreamer commented 10 months ago

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
1aron commented 10 months ago

@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!?

fightingdreamer commented 10 months ago

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.