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 7467e1f commit 49c4219Copy full SHA for 49c4219
src/apps/cursorless_vscode.py
@@ -28,7 +28,7 @@ def private_cursorless_find(target: CursorlessTarget):
28
def private_cursorless_show_settings_in_ide():
29
"""Show Cursorless-specific settings in ide"""
30
actions.user.private_cursorless_run_rpc_command_no_wait(
31
- "workbench.action.openGlobalSettings"
+ "workbench.action.openSettings", "@ext:pokey.cursorless "
32
)
33
actions.sleep("250ms")
34
- actions.insert("cursorless")
+ actions.key("right")
0 commit comments