From 14f8b44f538adb95a79e0dd4a1f2dde42e30f504 Mon Sep 17 00:00:00 2001 From: Petr Date: Thu, 23 Feb 2023 18:26:13 +0100 Subject: [PATCH] Update DEVGUIDE.md --- DEVGUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 9ac366f5ab2..39acc63cf23 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -219,8 +219,9 @@ devenv.exe /rootsuffix RoslynDev ### Deploy your changes into a current Visual Studio installation -If you'd like to "run with your changes", you can produce a VSIX and install it into your current Visual Studio instance: +If you'd like to "run with your changes", you can produce a VSIX and install it into your current Visual Studio instance. +For this, run the following using the VS Developer PowerShell from the repo root: ```shell VSIXInstaller.exe /u:"VisualFSharp" VSIXInstaller.exe artifacts\VSSetup\Release\VisualFSharpDebug.vsix