Skip to content

Commit

Permalink
improve Intellisense descriptions; fixes #69341
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Feb 26, 2019
1 parent 760f44b commit cd9960f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions extensions/debug-server-ready/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"displayName": "Server Ready Action",
"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."
}
"debug.server.ready.serverReadyAction.description": "Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)",
"debug.server.ready.action.description": "What to do with the URI when the server is ready.",
"debug.server.ready.action.openExternally.description": "Open URI externally with the default application.",
"debug.server.ready.action.debugWithChrome.description": "Start debugging with the 'Debugger for Chrome'.",
"debug.server.ready.pattern.description": "Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.",
"debug.server.ready.uriFormat.description": "A format string used when constructing the URI from a port number. The first '%s' is substituted with the port number.",
"debug.server.ready.webRoot.description": "Value passed to the debug configuration for the 'Debugger for Chrome'."
}

0 comments on commit cd9960f

Please sign in to comment.