We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b3c04 commit 0e85d1bCopy full SHA for 0e85d1b
src/contents/gitpod-dashboard.ts
@@ -33,5 +33,6 @@ const automaticallyUpdateEndpoint = async () => {
33
34
if (isSiteGitpod()) {
35
sessionStorage.setItem("browser-extension-installed", "true");
36
+ localStorage.setItem("extension-last-seen-active", new Date().toISOString());
37
automaticallyUpdateEndpoint();
38
}
0 commit comments