Skip to content

Commit

Permalink
Disable noisy updater notifications in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 4, 2024
1 parent 774182a commit 595494f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
"stylua.searchBinaryInPATH": true,
"shellformat.useEditorConfig": true,
"editor.cursorSurroundingLines": 5,
"redhat.telemetry.enabled": false
"redhat.telemetry.enabled": false,
"update.mode": "none" // NixOS: flake, Windows: winget, macOS: Manually
}

0 comments on commit 595494f

Please sign in to comment.