提交 cd9960fa 编写于 作者: A Andre Weinand

improve Intellisense descriptions; fixes #69341

上级 760f44b9
......@@ -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."
}
\ No newline at end of file
"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'."
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册