Skip to content

Commit

Permalink
docs: use type: node in launch configuration to debug (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
hershelh committed Sep 25, 2022
1 parent f352460 commit 5b8d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/debugging.md
Expand Up @@ -14,7 +14,7 @@ To debug a test file in VSCode, create the following launch configuration.
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Debug Current Test File",
"autoAttachChildProcesses": true,
Expand Down

0 comments on commit 5b8d6db

Please sign in to comment.