From 725c5d6241b3df63c030a826ab86acba6b9f1d67 Mon Sep 17 00:00:00 2001 From: Duncan Finney Date: Sun, 12 Sep 2021 07:56:14 -0600 Subject: [PATCH] Match name of debug task to current VSCode --- docs/recipes/debugging-with-vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/debugging-with-vscode.md b/docs/recipes/debugging-with-vscode.md index f3cb3797c..a416b5e67 100644 --- a/docs/recipes/debugging-with-vscode.md +++ b/docs/recipes/debugging-with-vscode.md @@ -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 (F1 or command + shift + p / control + shift + p), run `Debug: Create JavaScript Debug Terminal` +1. From the Command Palette (F1 or command + shift + p / control + shift + p), run `Debug: JavaScript Debug Terminal` 2. Run `npx ava` in the terminal ## Creating a launch configuration