Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Indicate attaching debugger (vs launching) (vercel#27377)
Browse files Browse the repository at this point in the history
The prior configuration name indicating that it launched the application. Really, it just attaches to an already running application, which the new name indicates.
  • Loading branch information
breyed authored Jul 21, 2021
1 parent 5ae27b5 commit 8bc23a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Create a file named `.vscode/launch.json` at the root of your project with this
{
"type": "node",
"request": "attach",
"name": "Launch Program",
"name": "Attach to application",
"skipFiles": ["<node_internals>/**"],
"port": 9229
}
Expand Down

0 comments on commit 8bc23a3

Please sign in to comment.