TAB key still accepts completion when other key is chosen in config.
ardabro opened this issue · 2 comments
ardabro commented
I redefined the accept_completion key to backslash and it works, but sadly it still accepts with TAB.
{
"keys": [
"\\"
],
"command": "copilot_accept_completion",
"context": [
{
"key": "copilot.is_on_completion"
}
]
},
TerminalFi commented
I've just merged #140
It'll take a bit to propagate to package control. Should solve this
jfcherng commented
Now you can set commit_completion_on_tab
to false
in LSP-copilot's plugin settings to disable the completion using "Tab".