Closed olrtg closed 12 months ago
This PR adds support for the extensionsPath option.
extensionsPath
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
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