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
We have changed the way how we get the content for the initial 'launch.json'. More details #9061.
Have a workspace with no 'launch.json' file and verify:
A proper 'launch.json' gets generated for the following debug types: node, extension host, go...
For node debugging the content of the 'package.json' is read and the generated 'program' attribute in 'launch.json' points to the one referenced there (example: use vscode-smoketest-express workspace)
The text was updated successfully, but these errors were encountered:
Complexity: 2
We have changed the way how we get the content for the initial 'launch.json'. More details #9061.
Have a workspace with no 'launch.json' file and verify:
The text was updated successfully, but these errors were encountered: