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 21b743a commit 6c6761bCopy full SHA for 6c6761b
src/__test__/vscode.factory.ts
@@ -61,6 +61,7 @@ export function extensionContextFactory(): jest.Mocked<vscode.ExtensionContext>
61
activate: jest.fn(),
62
exports: {},
63
extensionKind: 2,
64
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
65
} as unknown as vscode.Extension<any>,
66
languageModelAccessInformation: {
67
getLanguageModel: jest.fn(),
0 commit comments