Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since recent commits the GitHub copilot button is back #11537

Closed
1 task done
williamdes opened this issue May 8, 2024 · 5 comments
Closed
1 task done

Since recent commits the GitHub copilot button is back #11537

williamdes opened this issue May 8, 2024 · 5 comments
Labels
ai Improvement related to Assistant, Copilot, or other AI features bug [core label] copilot AI feedback for Copilot inline completion Umbrella label for Copilot, Supermaven, etc. completions regression A bug that was introduced in a recent release setting Feedback for preferences, configuration, etc

Comments

@williamdes
Copy link
Contributor

williamdes commented May 8, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

  "features": {
    "copilot": false
  },

Environment

Zed: v1.0.0 (Zed Dev 47ca343)
OS: Debian 12
Memory: 62.4 GiB
Architecture: x86_64

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

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

@williamdes williamdes added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels May 8, 2024
@williamdes
Copy link
Contributor Author

williamdes commented May 8, 2024

I was previously at 89039f6

Now 47ca343

@williamdes williamdes mentioned this issue May 8, 2024
@maxdeviant
Copy link
Member

There was a change to the settings needed to disable the Copilot button.

You can use this setting and set the value to "none":

"inline_completion_provider": "copilot"

@Moshyfawn Moshyfawn added needs info / awaiting response Issue that needs more information from the user setting Feedback for preferences, configuration, etc copilot AI feedback for Copilot ai Improvement related to Assistant, Copilot, or other AI features and removed triage Maintainer needs to classify the issue labels May 8, 2024
@williamdes
Copy link
Contributor Author

I have set

  "features": {
    "copilot": false,
    "inline_completion_provider": "none"
  },

And the button still shows up

@JosephTLyons JosephTLyons added regression A bug that was introduced in a recent release and removed admin read Pending admin review labels May 9, 2024
@andreapavoni
Copy link

@williamdes adding "inline_completion_provider": "none" worked for me. I had the copilot button showing up again after the latest stable update to v0.135.2. I usually upgrade Zed as soon as new updates come, I'm not sure why it happened only now.

  "features": {
    "copilot": false,
    "inline_completion_provider": "none"
  },

@williamdes
Copy link
Contributor Author

I am now at 0dd5fe3 (some commits after v0.137.x and the button seems gone)

@JosephTLyons JosephTLyons added the inline completion Umbrella label for Copilot, Supermaven, etc. completions label Jun 12, 2024
@notpeter notpeter removed the needs info / awaiting response Issue that needs more information from the user label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai Improvement related to Assistant, Copilot, or other AI features bug [core label] copilot AI feedback for Copilot inline completion Umbrella label for Copilot, Supermaven, etc. completions regression A bug that was introduced in a recent release setting Feedback for preferences, configuration, etc
Projects
None yet
Development

No branches or pull requests

6 participants