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 835d0d3 commit c21678cCopy full SHA for c21678c
cursorless-talon/src/snippets.py
@@ -57,7 +57,7 @@ def insert_community_snippet(
57
to_scope_types(s.scopes),
58
# languages will be missing if the user has an older version of community
59
s.languages if hasattr(s, "languages") else None,
60
- None, # substitutions
+ substitutions=None,
61
)
62
for s in snippets
63
],
0 commit comments