Remove unused code
This commit is contained in:
@@ -34,8 +34,6 @@ export class QLDebugAdapterDescriptorFactory
|
||||
DebugConfigurationProviderTriggerKind.Dynamic,
|
||||
),
|
||||
);
|
||||
|
||||
this.push(debug.onDidStartDebugSession(this.handleOnDidStartDebugSession));
|
||||
}
|
||||
|
||||
public createDebugAdapterDescriptor(
|
||||
@@ -49,9 +47,4 @@ export class QLDebugAdapterDescriptorFactory
|
||||
new QLDebugSession(this.queryStorageDir, this.queryRunner),
|
||||
);
|
||||
}
|
||||
|
||||
private handleOnDidStartDebugSession(session: DebugSession): void {
|
||||
const config = session.configuration;
|
||||
void config;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user