We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb01d02 commit 9504a01Copy full SHA for 9504a01
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