From 0ea67079cec4e6e496902b2e176b359df37860b5 Mon Sep 17 00:00:00 2001 From: pierluigigiancola Date: Mon, 10 Jun 2024 10:57:28 +0200 Subject: [PATCH] fix links in setup-wizard doc --- setup-wizard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-wizard.md b/setup-wizard.md index 641afc4a4..cd8715463 100644 --- a/setup-wizard.md +++ b/setup-wizard.md @@ -40,9 +40,9 @@ The tool provides 3 main setup tasks: setup-tool/main-menu.png -1. [Setup Jest Command](#jest-command-line): used by the extension to kick off a jest test run on behave of users. -2. [Setup Jest Debug Config](#debug-config): to enable debugging individual jest tests via the debug codeLens. -3. [Setup Monorepo Project](#debug-config): to assist the monorepo projects adapting to the vscode environment. +1. [Setup Jest Command](#setup-jest-command): used by the extension to kick off a jest test run on behave of users. +2. [Setup Jest Debug Config](#setup-jest-debug-config): to enable debugging individual jest tests via the debug codeLens. +3. [Setup Monorepo Project](#setup-monorepo-project): to assist the monorepo projects adapting to the vscode environment. ### Setup Jest Command The extension starts jest test processes by issuing the same jest command users run in the terminal. The tool provides a quick way for users to update and examine `"jest.jestCommandLine"` and `"jest.rootPath` settings, which can also be manually updated via vscode settings. After editing the settings, click on the `"Save Settings"` to save then restart the extension.