With an inspiration from @SvMax I decided to just make a shortcut for tab
.
So, I have two ways to print tab - tab
or alt+tab
To do so:
- CTRL+p ->
>shortcuts json
- add the following config

{
"key": "alt+tab",
"command": "editor.action.insertSnippet",
"args": {
"snippet": "\t"
}
},

That's it. Now if you see Copilot is trying to mess up your tab use alt+tab
but if not you can use both alt+tab
or tab
.
But yes, it's so confusing that we should messing up with shortcuts in such a simple case. Hope they will fix it soon because now... I mean... Why anyone could think this suggestion can be useful? :)
