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
minus-squaretheamazing0@discuss.tchncs.detoMemes@lemmy.ml•I'm tired of the inequalitylinkfedilinkEnglisharrow-up17arrow-down4·1 year agoBecause we don’t need to linkfedilink
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 } }