Merge pull request #1968 from nikonso/new-feature

Use new vscode serverReadyAction
This commit is contained in:
Daniel Imms
2019-03-23 09:37:15 -07:00
committed by GitHub
+5 -1
View File
@@ -38,7 +38,11 @@
"run",
"start-debug"
],
"port": 9229
"port": 9229,
"serverReadyAction": {
"action": "openExternally",
"pattern": "App listening to (http://.*?:[0-9]+)"
}
}
]
}