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 2a95324 commit bc1e279Copy full SHA for bc1e279
src/test/mocks/mockExtensionContext.ts
@@ -21,6 +21,9 @@ export class MockExtensionContext implements ExtensionContext {
21
store(key: string, value: string): Thenable<void> {
22
throw new Error('Method not implemented.');
23
}
24
+ keys(): Thenable<string[]> {
25
+ throw new Error('Method not implemented.');
26
+ }
27
delete(key: string): Thenable<void> {
28
29
0 commit comments