Skip to content

Commit

Permalink
fix launch.json (#6972)
Browse files Browse the repository at this point in the history
* fix launch.json

* chore: update test project fixture

Co-authored-by: nik <[email protected]>
Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
3 people committed Dec 8, 2022
1 parent e84a245 commit ebaf2c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions __fixtures__/test-project/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"<node_internals>/**"
],
"type": "node",
"protocol": "inspector",
"stopOnEntry": false,
"localRoot": "${workspaceFolder}/node_modules/@redwoodjs/api-server/dist",
"remoteRoot": "${workspaceFolder}/node_modules/@redwoodjs/api-server/dist",
"sourceMaps": true,
Expand Down
2 changes: 0 additions & 2 deletions packages/create-redwood-app/template/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"<node_internals>/**"
],
"type": "node",
"protocol": "inspector",
"stopOnEntry": false,
"localRoot": "${workspaceFolder}/node_modules/@redwoodjs/api-server/dist",
"remoteRoot": "${workspaceFolder}/node_modules/@redwoodjs/api-server/dist",
"sourceMaps": true,
Expand Down

0 comments on commit ebaf2c5

Please sign in to comment.