Add comment about disposal of debug adapter tracker

This commit is contained in:
Dave Bartolomeo
2023-04-14 12:56:06 -04:00
parent 30b9d7eb7f
commit 59dcea6fea

View File

@@ -174,6 +174,7 @@ export class DebuggerUI
session: DebugSession,
): DebugAdapterTracker | undefined {
if (session.type === "codeql") {
// The tracker will be disposed in its own `onWillStopSession` handler.
const tracker = new QLDebugAdapterTracker(
session,
this,