Skip to content

Commit 725c5d6

Browse files
authored
Match name of debug task to current VSCode
1 parent dc93f37 commit 725c5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/debugging-with-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can debug your tests using [Visual Studio Code](https://code.visualstudio.co
88

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

11-
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`
11+
1. From the Command Palette (<kbd>F1</kbd> or <kbd>command + shift + p</kbd> / <kbd>control + shift + p</kbd>), run `Debug: JavaScript Debug Terminal`
1212
2. Run `npx ava` in the terminal
1313

1414
## Creating a launch configuration

0 commit comments

Comments
 (0)