diff --git a/src/extension.ts b/src/extension.ts index 693174f..a022648 100755 --- a/src/extension.ts +++ b/src/extension.ts @@ -29,7 +29,7 @@ export async function activate(context: vscode.ExtensionContext) { /** * The type of the focused element in vscode at the moment of the command being executed. */ - getFocusedElementType: () => focusedElementType, + getFocusedElementType: async () => focusedElementType, /** * These signals can be used as a form of IPC to indicate that an event has