Skip to content

feat: add vscode debug configurations#251

Merged
philipj93 merged 1 commit intocanaryfrom
feature-add-debug-config
Mar 30, 2022
Merged

feat: add vscode debug configurations#251
philipj93 merged 1 commit intocanaryfrom
feature-add-debug-config

Conversation

@philipj93
Copy link
Copy Markdown
Contributor

This PR adds several VSCode debugging configurations (.vscode/launch.json) to the default Bison template. Next.js now has recommended configs for VSCode, which can be used to debug client and server code by setting breakpoints directly in the IDE. In addition to these debug configs, two more are included for debugging production builds and database seeding.

Changes

  • Create a .vscode/launch.json file in the default Bison template and add debug configs recommended by Next.js team
  • Add two additional configs for debugging production builds and database seeding in Bison

Screenshots

CleanShot 2022-03-17 at 15 13 53

Checklist

  • Requires dependency update?
  • Generating a new app works

@philipj93 philipj93 force-pushed the feature-add-debug-config branch from 1454972 to 39e8fc6 Compare March 17, 2022 19:34
@philipj93 philipj93 changed the title feature: add vscode debug configurations feat: add vscode debug configurations Mar 17, 2022
@philipj93 philipj93 force-pushed the feature-add-debug-config branch from 39e8fc6 to 3d914c4 Compare March 17, 2022 19:36
@philipj93 philipj93 merged commit d655d5b into canary Mar 30, 2022
@philipj93 philipj93 deleted the feature-add-debug-config branch March 30, 2022 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants