Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ private Constants() {
+ " of the IDE preferences.";
public static final String KIRO_SUNSET_NOTIFICATION_TITLE = "Amazon Q Developer end of support";
public static final String KIRO_SUNSET_NOTIFICATION_BODY = "Amazon Q Developer IDE plugins will reach end of support on April 30, 2027."
+ " New accounts will no longer available starting 5/15, but existing users can still sign-in below.";
public static final String KIRO_SUNSET_LEARN_MORE_URL = "https://aws.amazon.com/q/developer/";
+ " New accounts will no longer be available starting May 15, 2026, but existing users can still sign-in below.";
public static final String KIRO_SUNSET_LEARN_MORE_URL = "https://aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/";
public static final String KIRO_SUNSET_NOTIFICATION_DISMISSED_KEY = "kiroSunsetNotificationDismissed";
public static final String RE_AUTHENTICATE_FAILURE_MESSAGE = "An error occurred while attempting to re-authenticate. Please try again.";
public static final String AUTHENTICATE_FAILURE_MESSAGE = "An error occurred while attempting to authenticate. Please try again.";
Expand Down
Loading