olrtg / emmet-language-server

A language server for emmet.io
https://www.npmjs.com/package/@olrtg/emmet-language-server
MIT License
285 stars 8 forks source link

Implement `extensionsPath` option #20

Closed olrtg closed 12 months ago

olrtg commented 1 year ago

This PR adds support for the extensionsPath option.

For more info about the usage check out this https://code.visualstudio.com/docs/editor/emmet#_using-custom-emmet-snippets.

There is a caveat with this implementation though. I couldn't make it work with multiple workspaces since I couldn't understand that part of the specification, or at least, how to implement it.

Fixes #17