Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/debug-server-ready/package.nls.json
3290 views
1
{
2
"displayName": "Server Ready Action",
3
"description": "Open URI in browser if server under debugging is ready.",
4
5
"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.)",
6
"debug.server.ready.action.description": "What to do with the URI when the server is ready.",
7
"debug.server.ready.action.openExternally.description": "Open URI externally with the default application.",
8
"debug.server.ready.action.debugWithChrome.description": "Start debugging with the 'Debugger for Chrome'.",
9
"debug.server.ready.action.startDebugging.description": "Run another launch configuration.",
10
"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.",
11
"debug.server.ready.debugConfig.description": "The debug configuration to run.",
12
"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.",
13
"debug.server.ready.webRoot.description": "Value passed to the debug configuration for the 'Debugger for Chrome'.",
14
"debug.server.ready.killOnServerStop.description": "Stop the child session when the parent session stopped.",
15
"debug.server.ready.debugConfigName.description": "Name of the launch configuration to run."
16
}
17
18