microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
159.32k stars 27.87k forks source link

Debug restart fails with a config resolver that changes the config type, after changing launch.json #212985

Closed roblourens closed 2 weeks ago

roblourens commented 2 weeks ago

When the type changes in the config resolver, and the launch config has changed, then we use the wrong debug adapter type to resolve the config resolver when restarting.