This is my keybindings.
[
{ "keys": ["ctrl+enter"], "command": "code_continue_suggest"},
{ "keys": ["ctrl+tab"], "command": "code_continue_accept" },
]
However, regular "Enter" still triggers "code_continue_suggest", which I want to be triggered only by "ctrl+enter".
Please allow us to make this override.
Thank you and keep up the good work!
This is my keybindings.
[
{ "keys": ["ctrl+enter"], "command": "code_continue_suggest"},
{ "keys": ["ctrl+tab"], "command": "code_continue_accept" },
]
However, regular "Enter" still triggers "code_continue_suggest", which I want to be triggered only by "ctrl+enter".
Please allow us to make this override.
Thank you and keep up the good work!