Hegel: don't exist "npm run compile" command

Created on 18 May 2020  路  5Comments  路  Source: JSMonk/hegel

https://github.com/JSMonk/hegel/blob/5a0217148d07b0283c966f277be1b0d37cb82c3a/packages/language-server/package.json#L52

I can't compile the extension for vscode using "npm run compile" in "hegel / packages / language-server" directory

bug good first issue

All 5 comments

@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 ^_^.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karimsa picture karimsa  路  4Comments

nanot1m picture nanot1m  路  4Comments

Finesse picture Finesse  路  5Comments

trusktr picture trusktr  路  5Comments

leushkin picture leushkin  路  4Comments