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 bb01d02 commit 5cb5989Copy full SHA for 5cb5989
src/extension.ts
@@ -38,7 +38,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
38
}
39
});
40
contextManager.setContextValue(Context.EXTENSION_ACTIVATED, true);
41
- await registerCopilotContextProviders(context);
+ registerCopilotContextProviders(context);
42
43
44
async function activateExtension(_operationId: string, context: ExtensionContext): Promise<void> {
0 commit comments