building extension in correct path

Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
This commit is contained in:
Alexander Diemand 2019-09-11 12:09:49 +02:00
parent 31e000e8a1
commit d5c44cca50
No known key found for this signature in database
GPG Key ID: 99283F5327C5D38F

View File

@ -59,7 +59,7 @@ Once you have got `ghcide` working outside the editor, the next step is to pick
Install the VS code extension (see https://code.visualstudio.com/docs/setup/mac for details on adding `code` to your `$PATH`):
1. `cd compiler/ghcide/extension`
1. `cd extension/`
2. `npm ci`
3. `npm install vsce --global` (may require `sudo`)
4. `vsce package`