We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc167c commit 9a40766Copy full SHA for 9a40766
src/platform/test/node/extensionContext.ts
@@ -64,6 +64,7 @@ function constructGlobalStoragePath(globalStoragePath: string): URI {
64
export class MockExtensionContext implements BrandedService {
65
_serviceBrand = undefined;
66
extension = { id: 'GitHub.copilot-chat' } as any;
67
+ extensionUri = URI.from({ scheme: 'file', path: '/mock-extension' });
68
extensionMode = ExtensionMode.Test;
69
subscriptions = [];
70
globalStorageUri: Uri | undefined;
0 commit comments