Open fightingdreamer opened 1 year 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!?
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.
Current
pnpm install --global @master/css-language-server
pnpm --global bin
directory for binary*-language-server
binary is missingLooks 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
pnpm install --global @master/css-language-server
pnpm --global bin
directory for binary*-language-server
binary is found