Skip to content

Commit

Permalink
Match name of debug task to current VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanfinney committed Sep 12, 2021
1 parent dc93f37 commit 725c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/debugging-with-vscode.md
Expand Up @@ -8,7 +8,7 @@ You can debug your tests using [Visual Studio Code](https://code.visualstudio.co

You can use VS Code's “JavaScript Debug Terminal” to automatically debug AVA run on the command-line.

1. From the Command Palette (<kbd>F1</kbd> or <kbd>command + shift + p</kbd> / <kbd>control + shift + p</kbd>), run `Debug: Create JavaScript Debug Terminal`
1. From the Command Palette (<kbd>F1</kbd> or <kbd>command + shift + p</kbd> / <kbd>control + shift + p</kbd>), run `Debug: JavaScript Debug Terminal`
2. Run `npx ava` in the terminal

## Creating a launch configuration
Expand Down

0 comments on commit 725c5d6

Please sign in to comment.