-
Notifications
You must be signed in to change notification settings - Fork 38k
Description
I saw a couple SO questions where a user mentioned errors they saw while debugging, but could not say which extension was responsible for the debugging. Someone should be able to figure it out, but I noticed that there isn't really good traceability from launch config to extension and vice versa. And you could have 5 extensions installed for X, with two different debuggers, and it's not obvious which you're using to debug. Example:
Here's my launch config, which extension am I using? Maybe hovering over the value here could show the extension display name.

(Also opened #14681 to track this)-> Which debug types are supported? I have to read the readme (I'm not sure someone in this situation would look at this page, but it might be good to have the debug adapter "type" here).
