zed icon indicating copy to clipboard operation
zed copied to clipboard

Since recent commits the GitHub copilot button is back

Open williamdes opened this issue 1 year ago • 4 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

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

Environment

Zed: v1.0.0 (Zed Dev 47ca3438034ec6c7e5f8b17a5e9274ebc4cc24eb) 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 avatar May 08 '24 08:05 williamdes

I was previously at 89039f6f34910fadce76c73258b731f0a016ccd6

Now 47ca3438034ec6c7e5f8b17a5e9274ebc4cc24eb

williamdes avatar May 08 '24 08:05 williamdes

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

You can use this setting and set the value to "none": https://github.com/zed-industries/zed/blob/593f0e0c3ef08da7e528230867526dcb77e723fa/assets/settings/default.json#L16

maxdeviant avatar May 08 '24 12:05 maxdeviant

I have set

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

And the button still shows up

williamdes avatar May 09 '24 08:05 williamdes

@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"
  },

andreapavoni avatar May 16 '24 10:05 andreapavoni

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

williamdes avatar May 17 '24 07:05 williamdes