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 c0fa3f8 commit 6bb6e53Copy full SHA for 6bb6e53
cursorless-talon/src/snippets/snippets.py
@@ -77,11 +77,10 @@ def wrap_with_community_snippet(
77
wrap_with_snippet(snippet, target)
78
79
80
-# These actions use list snippets since no language mode is forced
81
-
82
83
@ctx.action_class("user")
84
class UserActions:
+ # These actions use list snippets since no language mode is forced
+
85
def insert_snippet_by_name(
86
name: str, # pyright: ignore [reportGeneralTypeIssues]
87
# Don't add optional; We need to match the type in community
0 commit comments