Skip to content

Instantly share code, notes, and snippets.

@bruceharrison1984
Created January 26, 2022 22:59
Show Gist options
  • Save bruceharrison1984/0ffb823b15367981de751534ddce7854 to your computer and use it in GitHub Desktop.
Save bruceharrison1984/0ffb823b15367981de751534ddce7854 to your computer and use it in GitHub Desktop.
storybook-vscode-debug.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Storybook Debug",
"type": "node-terminal",
"request": "launch",
"command": "npm run storybook",
"internalConsoleOptions": "openOnFirstSessionStart",
"serverReadyAction": {
"pattern": "Local:.+(https?://[^:]+:[0-9]+)",
"uriFormat": "%s",
"action": "debugWithChrome"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment