zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.82k stars 3.15k forks source link

Disable inline completions (Copilot) in the AI Assistant chat area #16787

Open SinaKhalili opened 3 months ago

SinaKhalili commented 3 months ago

Check for existing issues

Describe the feature

Could there be a way to disable AI completions in the AI chat area? Get a bit distracting with both AI's.

Hitting the ignore section prompts for the currently opened tab and not the completions area

Thanks!

If applicable, add mockups / screenshots to help present your vision of the feature

image
maxpetretta commented 1 month ago

would be a nice improvement, don't want ai both asking the questions AND providing the answers 😂

maxpetretta commented 1 month ago

found a workaround in discussions. add this to your settings:

"languages": {
    "Markdown": {
      "show_inline_completions": false
    }
  }