I am currently working on VS Code with GitHub Copilot.
But when I have a suggestion:
And I press "Tab" to accept the suggestion, Vs Code adds a tab in the code:
Someone know how to resolve this ?
In fact VS Code has a prioritization for the same shortcuts.
A custom shortcut is more prioritized than a default shortcut.
If you have a shortcut for your tab
key in your VS Code, that can disorganize the prioritization of the default shortcut.
I don't find a solution to give a prioritization for a shortcut, so I set the default for all shortcuts using the tab
key:
Note: is important to click on "Reset keybinding" to take the default prioritization.
It's probably possible that VS Code gives a prioritization with the date of the last update of your shortcut. But I don't try this solution because you need to update all the shortcuts and we have several shortcuts for tab
key.