Disable automatic fetching of remote repositories in Visual Studio Code
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Linux onlyThis script improves your privacy on Linux
- Impact: HighSystem Functionality Loss Risk: High
This action improves privacy with high impact when you run the recommended script. - Bash (Shell script)These changes use Linux system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
Visual Studio Code (VS Code) periodically fetches changes from remote repositories 1. This feature lets VS Code display how many changes your local repository is ahead or behind the remote 1.
This script disables the automatic fetching, providing you more control over when you communicate with remote servers. Note that this feature shares data not with Microsoft, but with the servers hosting the remote repositories you're working with.
As of VS Code 1.19, this feature is disabled by default 1 3, although it was enabled by default in earlier versions 2.
The git.autofetch
setting controls this feature, with true
enabling it and
false
disabling it 2.
This script should only be used by advanced users.
This script is not recommended for daily use as it breaks important functionality.
Consider creating a system backup before doing any changes.
Sources
- vscode-docs/overview.md at main · microsoft/vscode-docs · GitHub. github.com. (2022).
Original: https://github.com/microsoft/vscode-docs/blob/9a900b380e11530376104ffc83a004b82553728e/docs/sourcecontrol/overview.md
Archived: https://web.archive.org/web/20221029171946/https://github.com/microsoft/vscode-docs/blob/9a900b380e11530376104ffc83a004b82553728e/docs/sourcecontrol/overview.md#remotes - Set git.autofetch to disabled, by default · Issue #34684 · microsoft/vscode · GitHub. github.com. (2022).
Original: https://github.com/Microsoft/vscode/issues/34684
Archived: https://web.archive.org/web/20221029172003/https://github.com/Microsoft/vscode/issues/34684 - vscode/package.json at 9bc43c7f8acc1d3b2d572f75ca30dccc2fed643d · microsoft/vscode · GitHub. github.com. (2022).
Original: https://github.com/microsoft/vscode/blob/9bc43c7f8acc1d3b2d572f75ca30dccc2fed643d/extensions/git/package.json
Archived: https://web.archive.org/web/20221029172102/https://github.com/microsoft/vscode/blob/9bc43c7f8acc1d3b2d572f75ca30dccc2fed643d/extensions/git/package.json#L1929-L1945
Apply Now
Choose one of three ways to apply:
Help
How to apply or restore "Disable automatic fetching of remote repositories in Visual Studio Code" using script
- ≈ 3 min to complete
- Tools: Web Browser
- Difficulty: Medium
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable automatic fetching of remote repositories in Visual Studio Code" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable automatic fetching of remote repositories in Visual Studio Code
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
if ! command -v 'python3' &> /dev/null; then
echo 'Skipping because "python3" is not found.'
else
python3 <<EOF
from pathlib import Path
import os, json, sys
property_name = 'git.autofetch'
target = json.loads('false')
home_dir = f'/home/{os.getenv("SUDO_USER", os.getenv("USER"))}'
settings_files = [
# Global installation (also Snap that installs with "--classic" flag)
f'{home_dir}/.config/Code/User/settings.json',
# Flatpak installation
f'{home_dir}/.var/app/com.visualstudio.code/config/Code/User/settings.json'
]
for settings_file in settings_files:
file=Path(settings_file)
if not file.is_file():
print(f'Skipping, file does not exist at "{settings_file}".')
continue
print(f'Reading file at "{settings_file}".')
file_content = file.read_text()
if not file_content.strip():
print('Settings file is empty. Treating it as default empty JSON object.')
file_content = '{}'
json_object = None
try:
json_object = json.loads(file_content)
except json.JSONDecodeError:
print(f'Error, invalid JSON format in the settings file: "{settings_file}".', file=sys.stderr)
continue
if property_name not in json_object:
print(f'Settings "{property_name}" is not configured.')
else:
existing_value = json_object[property_name]
if existing_value == target:
print(f'Skipping, "{property_name}" is already configured as {json.dumps(target)}.')
continue
print(f'Setting "{property_name}" has unexpected value {json.dumps(existing_value)} that will be changed.')
json_object[property_name] = target
new_content = json.dumps(json_object, indent=2)
file.write_text(new_content)
print(f'Successfully configured "{property_name}" to {json.dumps(target)}.')
EOF
fi
ImlmICEgY29tbWFuZCAtdiAncHl0aG9uMycgJj4gL2Rldi9udWxsOyB0aGVuXG4gICAgPiYyIGVjaG8gJ0Nhbm5vdCByZXZlcnQgYmVjYXVzZSBcInB5dGhvbjNcIiBpcyBub3QgZm91bmQuJ1xuICBlbHNlXG4gICAgcHl0aG9uMyA8PEVPRlxuZnJvbSBwYXRobGliIGltcG9ydCBQYXRoXG5pbXBvcnQgb3MsIGpzb24sIHN5c1xucHJvcGVydHlfbmFtZSA9ICdnaXQuYXV0b2ZldGNoJ1xudGFyZ2V0ID0ganNvbi5sb2FkcygnZmFsc2UnKVxuaG9tZV9kaXIgPSBmJy9ob21lL3tvcy5nZXRlbnYoXCJTVURPX1VTRVJcIiwgb3MuZ2V0ZW52KFwiVVNFUlwiKSl9J1xuc2V0dGluZ3NfZmlsZXMgPSBbXG4gICMgR2xvYmFsIGluc3RhbGxhdGlvbiAoYWxzbyBTbmFwIHRoYXQgaW5zdGFsbHMgd2l0aCBcIi0tY2xhc3NpY1wiIGZsYWcpXG4gIGYne2hvbWVfZGlyfS8uY29uZmlnL0NvZGUvVXNlci9zZXR0aW5ncy5qc29uJyxcbiAgIyBGbGF0cGFrIGluc3RhbGxhdGlvblxuICBmJ3tob21lX2Rpcn0vLnZhci9hcHAvY29tLnZpc3VhbHN0dWRpby5jb2RlL2NvbmZpZy9Db2RlL1VzZXIvc2V0dGluZ3MuanNvbidcbl1cbmZvciBzZXR0aW5nc19maWxlIGluIHNldHRpbmdzX2ZpbGVzOlxuICBmaWxlPVBhdGgoc2V0dGluZ3NfZmlsZSlcbiAgaWYgbm90IGZpbGUuaXNfZmlsZSgpOlxuICAgIHByaW50KGYnU2tpcHBpbmcsIGZpbGUgZG9lcyBub3QgZXhpc3QgYXQgXCJ7c2V0dGluZ3NfZmlsZX1cIi4nKVxuICAgIGNvbnRpbnVlXG4gIHByaW50KGYnUmVhZGluZyBmaWxlIGF0IFwie3NldHRpbmdzX2ZpbGV9XCIuJylcbiAgZmlsZV9jb250ZW50ID0gZmlsZS5yZWFkX3RleHQoKVxuICBpZiBub3QgZmlsZV9jb250ZW50LnN0cmlwKCk6XG4gICAgcHJpbnQoZidTa2lwcGluZywgbm8gbmVlZCB0byByZXZlcnQgYmVjYXVzZSBzZXR0aW5ncyBmaWxlIGlzIGVtcHR5OiBcIntzZXR0aW5nc19maWxlfVwiLicpXG4gICAgY29udGludWVcbiAgdHJ5OlxuICAgIGpzb25fb2JqZWN0ID0ganNvbi5sb2FkcyhmaWxlX2NvbnRlbnQpXG4gIGV4Y2VwdCBqc29uLkpTT05EZWNvZGVFcnJvcjpcbiAgICBwcmludChmJ0Vycm9yLCBpbnZhbGlkIEpTT04gZm9ybWF0IGluIHRoZSBzZXR0aW5ncyBmaWxlOiBcIntzZXR0aW5nc19maWxlfVwiLicsIGZpbGU9c3lzLnN0ZGVycilcbiAgICBjb250aW51ZVxuICBpZiBwcm9wZXJ0eV9uYW1lIG5vdCBpbiBqc29uX29iamVjdDpcbiAgICBwcmludChmJ1NraXBwaW5nLCBcIntwcm9wZXJ0eV9uYW1lfVwiIGlzIG5vdCBjb25maWd1cmVkLicpXG4gICAgY29udGludWVcbiAgZXhpc3RpbmdfdmFsdWUgPSBqc29uX29iamVjdFtwcm9wZXJ0eV9uYW1lXVxuICBpZiBleGlzdGluZ192YWx1ZSAhPSB0YXJnZXQ6XG4gICAgcHJpbnQoZidTa2lwcGluZywgXCJ7cHJvcGVydHlfbmFtZX1cIiBpcyBjb25maWd1cmVkIHVzaW5nIHtqc29uLmR1bXBzKGV4aXN0aW5nX3ZhbHVlKX0gaW5zdGVhZCBvZiB7anNvbi5kdW1wcyh0YXJnZXQpfS4nKVxuICAgIGNvbnRpbnVlXG4gIGRlbCBqc29uX29iamVjdFtwcm9wZXJ0eV9uYW1lXVxuICBuZXdfY29udGVudCA9IGpzb24uZHVtcHMoanNvbl9vYmplY3QsIGluZGVudD0yKVxuICBmaWxlLndyaXRlX3RleHQobmV3X2NvbnRlbnQpXG4gIHByaW50KGYnU3VjY2Vzc2Z1bGx5IHJldmVydGVkIFwie3Byb3BlcnR5X25hbWV9XCIgc2V0dGluZy4nKVxuRU9GXG4gIGZpIg==
Help
How to apply or restore "Disable automatic fetching of remote repositories in Visual Studio Code" using commands
- ≈ 2 min to complete
- Tools: Terminal
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open terminal
Open your terminal application. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into terminal application and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable Visual Studio Code data collection
- Configure programs
Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft. Visual Studio Code makes outgoing network requests t...
These scripts configure third-party applications installed on Linux distributions to harden their security and privacy to protect your data. They scripts...
Same Goal
Other guides in Disable Visual Studio Code data collection See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 10 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.