We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93f37 commit 725c5d6Copy full SHA for 725c5d6
docs/recipes/debugging-with-vscode.md
@@ -8,7 +8,7 @@ You can debug your tests using [Visual Studio Code](https://code.visualstudio.co
8
9
You can use VS Code's “JavaScript Debug Terminal” to automatically debug AVA run on the command-line.
10
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`
+1. From the Command Palette (<kbd>F1</kbd> or <kbd>command + shift + p</kbd> / <kbd>control + shift + p</kbd>), run `Debug: JavaScript Debug Terminal`
12
2. Run `npx ava` in the terminal
13
14
## Creating a launch configuration
0 commit comments