minus-squaretheamazing0@discuss.tchncs.detoLinux@lemmy.ml•FOSS IDEs recommendations?linkfedilinkEnglisharrow-up2·3 months 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 Native Plant Gardening@mander.xyzEnglish · 7 months agoRequest for advice on how to get startedplus-squaremessage-squaremessage-square1fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareRequest for advice on how to get startedplus-squaretheamazing0@discuss.tchncs.de to Native Plant Gardening@mander.xyzEnglish · 7 months agomessage-square1fedilink
theamazing0@discuss.tchncs.de to No Lawns@slrpnk.netEnglish · 7 months agoRequest for advice on how to get startedplus-squaremessage-squaremessage-square2fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareRequest for advice on how to get startedplus-squaretheamazing0@discuss.tchncs.de to No Lawns@slrpnk.netEnglish · 7 months agomessage-square2fedilink
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 } }