minus-squaretheamazing0@discuss.tchncs.detoLinux@lemmy.ml•FOSS IDEs recommendations?linkfedilinkEnglisharrow-up2·3 days agoIt’s not too hard to disable all of it { // Disable Telemetry "telemetry": { "metrics": false, "diagnostics": false }, // Disable Assistant: "assistant": { "enabled": false, "button": false, "version": "2" }, // Disable Copilot: "features": { "inline_completion_provider": "none" }, // Disable Collaboration Features: "collaboration_panel": { "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false } } linkfedilink
theamazing0@discuss.tchncs.de to Thunderbird@lemmy.worldEnglish · 2 years agoWhat email provider(s) do you use?plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareWhat email provider(s) do you use?plus-squaretheamazing0@discuss.tchncs.de to Thunderbird@lemmy.worldEnglish · 2 years agomessage-square0fedilink
It’s not too hard to disable all of it
{ // Disable Telemetry "telemetry": { "metrics": false, "diagnostics": false }, // Disable Assistant: "assistant": { "enabled": false, "button": false, "version": "2" }, // Disable Copilot: "features": { "inline_completion_provider": "none" }, // Disable Collaboration Features: "collaboration_panel": { "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false } }