I can't compile the extension for vscode using "npm run compile" in "hegel / packages / language-server" directory
@buttercubz
Oh, I will add it soon.
Thank you for the issue ^_^.
@buttercubz, you may try extension in debug mode.
git clone https://github.com/JSMonk/hegel.git
cd hegel/packages/language-server
code .
Then click Debug option and start. VSCode extension host will be opened and you can try extension.
thanks 馃憤
language-server needs documentation and extension needs many improvements, so there will be lot of works)
I've just changed info about running the extension.
Currently, vsce tool, which is needed to package the extension, have a problem with different npm version. Issue 246
So, it will be a lot of problem with local building the extension.
Please, try to run it by VS Code debugger by the Instruction
Thank you for your interest.
And thank you a lot for the issue ^_^.