소스 검색

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

불러오는 중...
취소
저장