TerminalFi/LSP-copilot

TAB key still accepts completion when other key is chosen in config.

ardabro opened this issue · 2 comments

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

I've just merged #140

It'll take a bit to propagate to package control. Should solve this

Now you can set commit_completion_on_tab to false in LSP-copilot's plugin settings to disable the completion using "Tab".