-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I stop gitlens from asking me to sign in? #1233
Comments
@54696d21 The following worked for me:
It would be nice if there was a single setting to disable this. |
so pasting this block into the settings.json should achieve it "gitlens.currentLine.pullRequests.enabled": false,
"gitlens.hovers.autolinks.enhanced": false,
"gitlens.hovers.pullRequests.enabled": false,
"gitlens.statusBar.pullRequests.enabled": false,
"gitlens.views.branches.pullRequests.enabled": false,
"gitlens.views.branches.pullRequests.showForBranches": false,
"gitlens.views.branches.pullRequests.showForCommits": false,
"gitlens.views.commits.pullRequests.enabled": false,
"gitlens.views.commits.pullRequests.showForBranches": false,
"gitlens.views.commits.pullRequests.showForCommits": false,
"gitlens.views.contributors.pullRequests.enabled": false,
"gitlens.views.contributors.pullRequests.showForCommits": false,
"gitlens.views.searchAndCompare.pullRequests.showForCommits": false,
"gitlens.views.searchAndCompare.pullRequests.enabled": false,
"gitlens.views.repositories.pullRequests.showForCommits": false,
"gitlens.views.repositories.pullRequests.showForBranches": false,
"gitlens.views.repositories.pullRequests.enabled": false,
"gitlens.views.remotes.pullRequests.showForCommits": false,
"gitlens.views.remotes.pullRequests.showForBranches": false,
"gitlens.views.remotes.pullRequests.enabled": false |
Yes. Thats what I have in my settings.json. Only did it a couple of hours ago, but seems OK at the moment. |
An easy opt-out is coming very soon, or you can use the Insiders edition today. Sorry for the inconvenience :sad: |
Closing this as a duplicate of #1208 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It often asks me (every 2nd or 3rd time I start VS Code) if I want to sign in with Github. How do I turn this off?
The text was updated successfully, but these errors were encountered: