From 0ec5b451f78a4035d21e0a6994e296d1917a63e6 Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Tue, 30 Jan 2024 16:50:39 +0100 Subject: [PATCH] fix VS extension link --- docs/installation/setup-ide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/setup-ide.md b/docs/installation/setup-ide.md index c1fd8c5fb..6edcf2f3e 100644 --- a/docs/installation/setup-ide.md +++ b/docs/installation/setup-ide.md @@ -21,7 +21,7 @@ This guide describes the setup steps for the following IDEs: {#setup-vs} ## Setup Visual Studio 2022 -In order to use Reqnroll with Visual Studio 2022, you need to install the [Reqnroll for Visual Studio](TODO) extension. +In order to use Reqnroll with Visual Studio 2022, you need to install the [Reqnroll for Visual Studio 2022](https://go.reqnroll.net/vs2022-extension) extension. ```{warning} The *Reqnroll with Visual Studio 2022* extension cannot work together with the *SpecFlow for Visual Studio 2022* extension as they both process feature files. As the Reqnroll extension also supports SpecFlow projects, you can remove the SpecFlow extension if you install the Reqnroll extension. Alternatively you can disable the SpecFlow extension for the time you work with Reqnroll.