浏览代码

Removes showing the Home view on initial install

main
Eric Amodio 2 年前
父节点
当前提交
bf8cd8f8f6
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      src/extension.ts

+ 0
- 2
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) {

正在加载...
取消
保存