theamazing0

u/theamazing0@discuss.tchncs.de
4 posts · 8 comments

Recent posts

Recent comments

on FOSS IDEs recommendations? · c/linux · 2 pts · 1y

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
  }
}

Thank you for the detailed answer, I especially appreciate your list of species that have worked well. We also have a big population of deer and bunnies in our area that love to eat things in the backyard. Which plants should I plant that can protect against deer? Are there any methods (netting?) that you've found effective with deer?