Use new vscode serverReadyAction

This commit is contained in:
Bruno Ribeito
2019-03-11 20:58:42 +00:00
parent bc86a61a0c
commit 27ebe8c353
+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]+)"
}
}
]
}