Skip to content

Commit

Permalink
Use new vscode serverReadyAction
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-ribeiro committed Mar 11, 2019
1 parent bc86a61 commit 27ebe8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
"run",
"start-debug"
],
"port": 9229
"port": 9229,
"serverReadyAction": {
"action": "openExternally",
"pattern": "App listening to (http://.*?:[0-9]+)"
}
}
]
}

0 comments on commit 27ebe8c

Please sign in to comment.