From afffd53e4c4b6ef26ffe91aabf2f5cb523a50869 Mon Sep 17 00:00:00 2001 From: Frode Flaten <3436158+fflaten@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:44:19 +0200 Subject: [PATCH] Remove LinkEditorServices comment in development.md Task was removed in #3775, now automatic for Debug-builds. --- docs/development.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/development.md b/docs/development.md index a96829a464..202daf7294 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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