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 0e85d1b commit d5a65f7Copy full SHA for d5a65f7
src/contents/gitpod-dashboard.ts
@@ -32,7 +32,7 @@ const automaticallyUpdateEndpoint = async () => {
32
};
33
34
if (isSiteGitpod()) {
35
- sessionStorage.setItem("browser-extension-installed", "true");
+ sessionStorage.setItem("browser-extension-installed", "true"); // todo(ft): delete after migration is complete
36
localStorage.setItem("extension-last-seen-active", new Date().toISOString());
37
automaticallyUpdateEndpoint();
38
}
0 commit comments