JSMonk / hegel

An advanced static type checker
https://hegel.js.org
MIT License
2.1k stars 59 forks source link

How to install the vscode extension? #81

Closed Darkle closed 4 years ago

Darkle commented 4 years ago

Steps to reproduce:

  1. git clone https://github.com/JSMonk/hegel
  2. cd hegel/packages/language-server
  3. npm run compile

Output:

npm run compile                                                                                                                                                                                                                            master [8160a4c]
npm ERR! missing script: compile
JSMonk commented 4 years ago

Currently, vscode extension is still in development, so you only can clone it and run with vscode like:

  1. open the repository in VS Code.
  2. Go to Debug section.
  3. Press the button "Run Extension".