Skip to content

Commit 946ad1b

Browse files
author
RMacfarlane
committed
Fix build
1 parent a920896 commit 946ad1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/mocks/mockExtensionContext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export class MockExtensionContext implements ExtensionContext {
1616
logPath: string;
1717
extensionUri: Uri;
1818
environmentVariableCollection: any;
19+
extensionMode: any;
1920

2021
constructor() {
2122
this.storagePath = temp.mkdirSync('storage-path');

0 commit comments

Comments
 (0)