Skip to content

Commit 49c4219

Browse files
authored
Improve "cursorless settings" (#1965)
Note that this breaks if you're using cursorless-development extension, because the extension id must be an exact match ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet
1 parent 7467e1f commit 49c4219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/cursorless_vscode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def private_cursorless_find(target: CursorlessTarget):
2828
def private_cursorless_show_settings_in_ide():
2929
"""Show Cursorless-specific settings in ide"""
3030
actions.user.private_cursorless_run_rpc_command_no_wait(
31-
"workbench.action.openGlobalSettings"
31+
"workbench.action.openSettings", "@ext:pokey.cursorless "
3232
)
3333
actions.sleep("250ms")
34-
actions.insert("cursorless")
34+
actions.key("right")

0 commit comments

Comments
 (0)