Skip to content

Commit

Permalink
Merge branch 'main' into migrateSnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jan 23, 2025
2 parents a813db4 + 9611d3d commit cd073e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorless-talon/src/actions/generate_snippet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def private_cursorless_migrate_snippets():
"""Migrate snippets from Cursorless to community format"""
actions.user.private_cursorless_run_rpc_command_no_wait(
"cursorless.migrateSnippets",
get_dir_path(),
str(get_directory_path()),
)

def private_cursorless_generate_snippet_action(target: CursorlessExplicitTarget): # pyright: ignore [reportGeneralTypeIssues]
Expand Down

0 comments on commit cd073e0

Please sign in to comment.