mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 15:52:08 +03:00
Add additional step of building the hie-core extension (#1827)
This commit is contained in:
parent
59e871c6e8
commit
b448af540e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user