Skip to content

Commit

Permalink
fixup! Set outdir for the 'Attach' launch.json action.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Dec 10, 2024
1 parent 0076524 commit 1a4cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"type": "node",
"request": "attach",
"port": 9229,
"outFiles": [],
"outFiles": [],
},
{
"name": "Launch Rush Extension",
Expand Down

0 comments on commit 1a4cd0b

Please sign in to comment.