Skip to content

Commit 1592bb9

Browse files
saidelikeCedric Halbronn
andauthored
async getFocusedElementType (#24)
Co-authored-by: Cedric Halbronn <[email protected]>
1 parent 6cc4284 commit 1592bb9

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
@@ -29,7 +29,7 @@ export async function activate(context: vscode.ExtensionContext) {
2929
/**
3030
* The type of the focused element in vscode at the moment of the command being executed.
3131
*/
32-
getFocusedElementType: () => focusedElementType,
32+
getFocusedElementType: async () => focusedElementType,
3333

3434
/**
3535
* These signals can be used as a form of IPC to indicate that an event has

0 commit comments

Comments
 (0)