Skip to content

Commit

Permalink
Fix broken link in project configuration (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cravend authored and jtoar committed May 12, 2023
1 parent 81eea8b commit 40e4da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/project-configuration-dev-test-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Simply run your dev server, then attach the debugger from the "run and debug" pa

> **ℹ️ Tip: Can't see the "Attach debugger" configuration?** In VSCode
>
> You can grab the latest launch.json from the Redwood template [here](https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/template/.vscode/launch.json). Copy the contents into your project's `.vscode/launch.json`
> You can grab the latest launch.json from the Redwood template [here](https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/templates/ts/.vscode/launch.json). Copy the contents into your project's `.vscode/launch.json`

#### Customizing the debug port
Expand Down

0 comments on commit 40e4da1

Please sign in to comment.