Replies: 1 comment
-
For me either of the following settings disables the copilot: {
"features": {
"inline_completion_provider": "none"
}
} Or {
"show_inline_completions": false
} I’m using Zed version 0.152.6. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I tried to disabled auto completion and switched inline_completions to none but it doesn't work at all.
How do I do it properly or it just doesn't work?
Beta Was this translation helpful? Give feedback.
All reactions