From bf8cd8f8f63d310d5d4e5fc2a49a88e705bca102 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 29 Mar 2022 15:29:11 -0400 Subject: [PATCH] Removes showing the Home view on initial install --- src/extension.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index 174faef..e4e429f 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -216,8 +216,6 @@ async function showWelcomeOrWhatsNew(container: Container, version: string, prev if (previousVersion == null) { Logger.log(`GitLens first-time install; window.focused=${window.state.focused}`); - void executeCommand(Commands.ShowHomeView); - if (container.config.showWelcomeOnInstall === false) return; if (window.state.focused) {