We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d0970 commit 5411d65Copy full SHA for 5411d65
editors/code/src/ctx.ts
@@ -86,7 +86,7 @@ export class Ctx {
86
}
87
88
89
-export type Cmd = (...args: unknown[]) => unknown;
+export type Cmd = (...args: any[]) => unknown;
90
91
export async function sendRequestWithRetry<R>(
92
client: lc.LanguageClient,
0 commit comments