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) {