Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is there a way to explicitly disable Copilot/AI/collaboration features? I won't be able to use this at work if there's a risk that it'd upload my code. It looks like a very fast editor (with Vim keybindings!) and I'd love to use it even without AI :)


From the docs on zed.dev:

  "copilot": {  
    "disabled_globs": [  
      ".env"  
    ]  
  }
I imagine * would work there too.

I don't see a way to disable all the collaboration features, but it does look pretty difficult to do it by mistake. You have to add collaborators explicitly.


  "features": {
    "copilot": false
  }




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: