vscode: fix, fallback to any for cmd type
This commit is contained in:
parent
12d0970f7e
commit
5411d65a7f
@ -86,7 +86,7 @@ export class Ctx {
|
||||
}
|
||||
}
|
||||
|
||||
export type Cmd = (...args: unknown[]) => unknown;
|
||||
export type Cmd = (...args: any[]) => unknown;
|
||||
|
||||
export async function sendRequestWithRetry<R>(
|
||||
client: lc.LanguageClient,
|
||||
|
Loading…
x
Reference in New Issue
Block a user