We have onDidStartDebugSession and onDidTerminateDebugSession and I feel that start and terminate isn't a good couple. Maybe start and stop or launch and terminate?
we use the "Start" and "Terminate" antonyms because:
"Terminate" is the terminology from the Debug Adapter Protocol
"Start" (in favour of "launch") because "start" has to encompass both "launch" and "attach" modes. And using "launch" to start an "attach" configuration (as opposed to a "launch" configuration) is confusing.
I will not change anything here, but thanks for the suggestions.
testing #31475
We have
onDidStartDebugSession
andonDidTerminateDebugSession
and I feel thatstart
andterminate
isn't a good couple. Maybestart
andstop
orlaunch
andterminate
?