Skip to content

Commit 5cb5989

Browse files
authored
fix: unblock activate extension while register copilot context provider (#937)
1 parent bb01d02 commit 5cb5989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
3838
}
3939
});
4040
contextManager.setContextValue(Context.EXTENSION_ACTIVATED, true);
41-
await registerCopilotContextProviders(context);
41+
registerCopilotContextProviders(context);
4242
}
4343

4444
async function activateExtension(_operationId: string, context: ExtensionContext): Promise<void> {

0 commit comments

Comments
 (0)