Skip to content

Commit

Permalink
chore: disable vscode automated updates (#199)
Browse files Browse the repository at this point in the history
Automated updates aren't useful since updates are handled through the image.  It just creates a pop-up that nobody can do anything with

Co-authored-by: Robert Sturla <[email protected]>
  • Loading branch information
inffy and p5 authored Feb 8, 2025
1 parent da1b7a3 commit 5ec8a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system_files/dx/etc/skel/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"window.titleBarStyle": "custom",
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace"
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace",
"update.mode": "none"
}

0 comments on commit 5ec8a73

Please sign in to comment.