Test for #69898:
Complexity: 3
For a description of the feature, please see #69311 (comment).
In this milestone we've added support for detecting the trigger message in the integrated terminal (in addition to the debug console supported last milestone).
And we improved the error message if the "Debugger for Chrome" is not installed if a user configures the "server ready" feature to start a browser debug session.
Verify that....
- it works out of the box for a node.js "express" application both for
openExternally and debugWithChrome actions (see https://code.visualstudio.com/docs/nodejs/nodejs-tutorial#_an-express-application for how to create an express app)
- create a simple server application in another language (e.g. C# or Python, etc.) and configure the "pattern" and "uriFormat" properties to match the trigger message.
- use intellisense to configure the "server ready" feature to start a browser debug session. Verify that an error dialog is shown if the "Debugger for Chrome" is not installed.
Test for #69898:
Complexity: 3
For a description of the feature, please see #69311 (comment).
In this milestone we've added support for detecting the trigger message in the integrated terminal (in addition to the debug console supported last milestone).
And we improved the error message if the "Debugger for Chrome" is not installed if a user configures the "server ready" feature to start a browser debug session.
Verify that....
openExternallyanddebugWithChromeactions (see https://code.visualstudio.com/docs/nodejs/nodejs-tutorial#_an-express-application for how to create an express app)