ソースを参照

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

読み込み中…
キャンセル
保存