-
I'm getting auto-completed AI "assistance" in the assistant panel. This snake-eating-its-own-tail behavior is quite unwelcome. Here is an example... yikes. |
Beta Was this translation helpful? Give feedback.
Answered by
notpeter
Sep 26, 2024
Replies: 3 comments 5 replies
-
I'll stick with vim... |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try out this, but I guess it will disable whole inline autocompletion "features": {
"inline_completion_provider": "none"
}, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Add this to your settings: "languages": {
"Markdown": {
"show_inline_completions": false
}
}, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm with you. I don't want Copilot/Supermaven suggesting what questions I ask Claude.
I offered this as a workaround because at the moment this is the only way I know of to disable Assistant completions without disabling them everywhere.