Skip to content

Commit 750c726

Browse files
Update packages/cursorless-engine/src/actions/snippetsLegacy/legacySnippetsNotification.ts
Co-authored-by: Pokey Rule <[email protected]>
1 parent b65b345 commit 750c726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/actions/snippetsLegacy/legacySnippetsNotification.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function showLegacySnippetsNotification() {
1212
void showWarning(
1313
ide().messages,
1414
"legacySnippets",
15-
"Cursorless snippets are deprecated. Please use community snippets. Update to latest cursorless-talon and say 'cursorless migrate snippets'.",
15+
"Talon community snippets are now fully supported in Cursorless! Cursorless's experimental snippets are now deprecated, but in most cases we can help you migrate automatically. Update cursorless-talon and say 'cursorless migrate snippets'.",
1616
);
1717

1818
wasShown = true;

0 commit comments

Comments
 (0)