Still getting auto-fetching behavior when setting is off
See original GitHub issue- Extension version: 0.54.1
- VSCode Version: 1.73.1
- OS: Windows 10 (Remote-SSH Fedora 36
Steps to Reproduce:
- Have a password protected SSH key
- Disable auto fetch for this extension
- Consistently be prompted for SSH key password even though auto fetch is disabled
// User/settings.json
"githubRepositories.autoFetch.enabled": false,
This has been going on for a while.
Issue Analytics
- State:
- Created 10 months ago
- Reactions:3
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Automated Re-fetching | Redux Toolkit
Automated Re-fetching. As seen under Default Cache Behavior, when a subscription is added for a query endpoint, a request will be sent only ......
Read more >Still get email in background with Push O… - Apple Community
1) PUSH is turned off. This means that no mail should be pushed to the iPhone. What else would be the purpose? 2)...
Read more >User and Workspace Settings - Visual Studio Code
You can configure Visual Studio Code to your liking through its various settings. Nearly every part of VS Code's editor, user interface, and...
Read more >15 Interesting VS Code Settings - Didactic Code
The "out-of-the-box", "stock" experience with VS Code is truly fantastic ... autoFetch setting toggles whether VS Code automatically fetches ...
Read more >Why can't any app auto read OTP on my phone? - Quora
I am not able to get autofill otp for candi app and also my keyboard is not ... You can give the app...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alexr00 now that I have used the extension more with this fix, I have one more piece of feedback. Would it be possible to get the extension to turn off auto fetching in all situations? As of right now, like you said in an above comment, the extension will fetch when you checkout a branch connected to a PR. While an improvement, it is still annoying to be pestered for an SSH password when I checkout a PR branch.
For my workflow, I am usually the owner of the PR branch, so I know when it has been updated and when I need to fetch updates. In the vast majority of cases, I only ever interact with a branch on the same computer, so the latest that I have locally is always at least equal to or more recent than what is on the remote.
Now that I have consumed the new VSCode update in addition the latest release of this extension, everything seems a lot better.