Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ This will compile the TypeScript files in the project to JavaScript files.
Invoke-Build Build
```

As a developer, you may want to use `Invoke-Build LinkEditorServices` to setup a symbolic
link to its modules instead of copying the files. This will mean the built extension will
always have the latest version of your PowerShell Editor Services build, but this cannot
be used to package the extension into a VSIX. So it is a manual step.

### Launching the extension

#### From Visual Studio Code
Expand Down