Skip to content

Commit

Permalink
Improve "cursorless settings" (#1965)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pokey authored and cursorless-bot committed Oct 25, 2023
1 parent b5f552b commit d182c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/cursorless_vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def private_cursorless_find(target: CursorlessTarget):
def private_cursorless_show_settings_in_ide():
"""Show Cursorless-specific settings in ide"""
actions.user.private_cursorless_run_rpc_command_no_wait(
"workbench.action.openGlobalSettings"
"workbench.action.openSettings", "@ext:pokey.cursorless "
)
actions.sleep("250ms")
actions.insert("cursorless")
actions.key("right")

0 comments on commit d182c0a

Please sign in to comment.