Add additional step of building the hie-core extension (#1827)

This commit is contained in:
Neil Mitchell 2019-06-23 22:59:38 +01:00 committed by Gary Verhaegen
parent 59e871c6e8
commit b448af540e

View File

@ -20,8 +20,9 @@ There are more details [in this blog post](https://4ta.uk/p/shaking-up-the-ide).
### Installing the VSCode extension
1. `cd compiler/hie-core/extension`
2. `vsce package`
3. `code --install-extension hie-core-0.0.1.vsix`
2. `npm ci`
3. `vsce package`
4. `code --install-extension hie-core-0.0.1.vsix`
### Installing in Emacs