Просмотр исходного кода

Removes showing the Home view on initial install

main
Eric Amodio 2 лет назад
Родитель
Сommit
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) {

Загрузка…
Отмена
Сохранить