Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

don't exist "npm run compile" command #210

Closed
buttercubz opened this issue May 18, 2020 · 5 comments
Closed

don't exist "npm run compile" command #210

buttercubz opened this issue May 18, 2020 · 5 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@buttercubz
Copy link

"test": "No tests defined yet."

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

@JSMonk
Copy link
Owner

JSMonk commented May 19, 2020

@buttercubz
Oh, I will add it soon.
Thank you for the issue ^_^.

@Kapelianovych
Copy link
Contributor

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

@buttercubz
Copy link
Author

thanks 👍

@Kapelianovych
Copy link
Contributor

language-server needs documentation and extension needs many improvements, so there will be lot of works)

@JSMonk JSMonk added bug Something isn't working good first issue Good for newcomers labels May 20, 2020
@JSMonk
Copy link
Owner

JSMonk commented May 21, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants