• 3 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle
  • theamazing0toLinux@lemmy.mlFOSS IDEs recommendations?
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    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?