Skip to content

Commit c2d3766

Browse files
Update check community message (#2708)
We should not show notifications without telling the user it comes from Cursorless ## 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) - [/] I have not broken the cheatsheet
1 parent 9ffe338 commit c2d3766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cursorless-talon/src/check_community_repo.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ def on_ready():
2626
if missing_actions:
2727
errors.append(f"Missing actions: {', '.join(missing_actions)}")
2828
if errors:
29+
print("Cursorless community requirements:")
2930
print("\n".join(errors))
3031
app.notify(
31-
"Please install the community repository",
32+
"Cursorless: Please install the community repository",
3233
body="https://github.com/talonhub/community",
3334
)
3435

0 commit comments

Comments
 (0)