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
Currently clicking the Configure or fix launch.json button will invoke the DebugConfigurationProvider of the extension.
We (Python Extension) have used this to generate a leaner launch.json file (#62851 & microsoft/vscode-python#3321 (comment)).
However, when the user clicks the Add Configuration button (either in the debugger dropdown or button displayed on the bottom right of launch.json, the corresponding extension hooks do not get triggered. Instead VSC merely displays a pick list of configuration snippets.
We were hoping VSC could provide some hook (similar to DebugConfigurationProvider) that would get invoked when clicking the Add Configuration button.