We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffe338 commit c2d3766Copy full SHA for c2d3766
cursorless-talon/src/check_community_repo.py
@@ -26,9 +26,10 @@ def on_ready():
26
if missing_actions:
27
errors.append(f"Missing actions: {', '.join(missing_actions)}")
28
if errors:
29
+ print("Cursorless community requirements:")
30
print("\n".join(errors))
31
app.notify(
- "Please install the community repository",
32
+ "Cursorless: Please install the community repository",
33
body="https://github.com/talonhub/community",
34
)
35
0 commit comments