Use unknown in QLDebugSession.customRequest

This commit is contained in:
Robert
2024-02-08 17:01:37 +00:00
parent e7adfdc8bc
commit 25f179ca0e

View File

@@ -504,7 +504,7 @@ export class QLDebugSession extends LoggingDebugSession implements Disposable {
protected customRequest(
command: string,
response: CodeQLProtocol.Response,
args: any,
args: unknown,
request?: Protocol.Request,
): void {
switch (command) {