Skip to content

Commit ff3bd7a

Browse files
committed
Show notification again for "learn more"
1 parent 9c4da40 commit ff3bd7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/preReleaseNotification.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ export namespace PreReleaseNotification {
101101
);
102102
await env.openExternal(docsUri);
103103
Logger.info("User clicked to learn more from pre-release notification");
104+
105+
// Re-show the notification after viewing docs
106+
setTimeout(() => {
107+
showPreReleaseNotification(context);
108+
}, 2000); // Small delay to let the external browser open
104109
} else {
105110
// Track user dismissed the notification (clicked "Not Now" or dismissed)
106111
Telemetry.sendEvent("preReleaseNotification", {

0 commit comments

Comments
 (0)