You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/debug-server-ready/package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
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
6
"debug.server.ready.action.description": "What to do with the URI when the server is ready.",
7
7
"debug.server.ready.action.openExternally.description": "Open URI externally with the default application.",
8
+
"debug.server.ready.action.openInViewer.description": "Open URI in the Viewer pane.",
8
9
"debug.server.ready.action.debugWithChrome.description": "Start debugging with the 'Debugger for Chrome'.",
9
10
"debug.server.ready.action.startDebugging.description": "Run another launch configuration.",
10
11
"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.",
0 commit comments