Skip to content

Commit

Permalink
Merge pull request #1968 from nikonso/new-feature
Browse files Browse the repository at this point in the history
Use new vscode serverReadyAction
  • Loading branch information
Tyriar committed Mar 23, 2019
2 parents 99beeb2 + 27ebe8c commit 8b6d564
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 8b6d564

Please sign in to comment.