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 6cc4284 commit 1592bb9Copy full SHA for 1592bb9
src/extension.ts
@@ -29,7 +29,7 @@ export async function activate(context: vscode.ExtensionContext) {
29
/**
30
* The type of the focused element in vscode at the moment of the command being executed.
31
*/
32
- getFocusedElementType: () => focusedElementType,
+ getFocusedElementType: async () => focusedElementType,
33
34
35
* These signals can be used as a form of IPC to indicate that an event has
0 commit comments