1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio CodeでGitHubのログインダイアログがしつこい

1
Posted at

Visual Studio Codeが使いやすくて最近気に入ってます。
ただ、1点、GitHubのログインダイアログが頻繁に表示されるのが煩わしいので、何とかならないものかなと思っていました。

求めていたものとは少し違ったのですが、頻繁に表示される状態は改善できたのでメモ。

ユーザー設定に次の項目を加えるだけでした。
VS Code incessantly invokes an OpenSSH dialog · Issue #7821 · Microsoft/vscodeより)

{
  "git.autofetch": false
}

自動でfetchしていたせいで頻繁にダイアログが出てきていたということみたいです。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?