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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
If a launch config tries to use an existing script (e.g. npm script) to launch a program for debugging, it might be difficult to pass a debug port number to that script, or the script might use a fixed port.
To accommodate for this, we should support to specify a port for 'launch' in the same way as for 'attach'.
The text was updated successfully, but these errors were encountered:
If a launch config tries to use an existing script (e.g. npm script) to launch a program for debugging, it might be difficult to pass a debug port number to that script, or the script might use a fixed port.
To accommodate for this, we should support to specify a port for 'launch' in the same way as for 'attach'.
The text was updated successfully, but these errors were encountered: