mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
disable update checks in VS Code on install (#1730)
* Add ssh-agent configuration and enable service on user install
* add migration
* install SSH Agent via service menu
* Delete install/config/all.sh
* Delete migrations/1757524404.sh
* Delete install/config/ssh-agent.sh
* Update envs.conf
* Revert "Delete install/config/all.sh"
This reverts commit 579fb835ad.
* revert all.sh changes
* disable update checks in VS Code on install
* Delete bin/omarchy-install-ssh-agent
* Update omarchy-menu
revert changes from wrong branch
* add migration script
* Merge back
* Fixup
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -18,4 +18,7 @@ cat > ~/.vscode/argv.json << 'EOF'
|
||||
}
|
||||
EOF
|
||||
|
||||
# Ensure VSC's own auto-update feature is turned off
|
||||
printf '{\n "update.mode": "none"\n}\n' > ~/.config/Code/User/settings.json
|
||||
|
||||
setsid gtk-launch code
|
||||
|
||||
Reference in New Issue
Block a user