nls debug-server-ready

This commit is contained in:
Andre Weinand
2019-02-22 15:26:54 +01:00
parent 0080bd3a00
commit d7f5c29563
2 changed files with 17 additions and 9 deletions

View File

@@ -1,4 +1,12 @@
{
"displayName": "Server Ready Action",
"description": "Open URI in browser if server under debugging is ready."
"description": "Open URI in browser if server under debugging is ready.",
"debug.server.ready.serverReadyAction.description": "Server Ready options.",
"debug.server.ready.pattern.description": "Server is ready if this pattern appears on the debug console. The first capture group must include the port number.",
"debug.server.ready.uriFormat.description": "A format string used when constructing the URI. The first '%s' is substituted with the port number.",
"debug.server.ready.webRoot.description": "Value is passed to the chrome debug configuration.",
"debug.server.ready.action.description": "What to do with when the server is ready.",
"debug.server.ready.action.openExternally.description": "Open URI externally.",
"debug.server.ready.action.debugWithChrome.description": "Start debugging with the Debugger for Chrome."
}