diff --git a/src/storage.ts b/src/storage.ts index 351b066..ed683eb 100644 --- a/src/storage.ts +++ b/src/storage.ts @@ -72,6 +72,8 @@ export const enum StorageKeys { Avatars = 'gitlens:avatars', PendingWelcomeOnFocus = 'gitlens:pendingWelcomeOnFocus', PendingWhatsNewOnFocus = 'gitlens:pendingWhatsNewOnFocus', + HomeViewActionsCompleted = 'gitlens:home:actions:completed', + Version = 'gitlens:version', MigratedAuthentication = 'gitlens:plus:migratedAuthentication', diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index 029373e..58c076d 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -6,8 +6,14 @@