Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links in setup-wizard doc #1154

Merged
merged 1 commit into from
Jun 15, 2024
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
6 changes: 3 additions & 3 deletions setup-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The tool provides 3 main setup tasks:

<img src="images/setup-tool/main-menu.png" alt="setup-tool/main-menu.png" width="800"/>

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.
Expand Down
Loading