Select all, copy, cut, and paste are not working by using the usual keyboard shortcuts ctrl + a, c, x, or v.
for VS Code 1.55.1 I resolved this problem by 2 ways :

so follow the menu :
File > Preferences > Keymaps
File > Preferences > Keyboard Shortcuts
Search the command "Select All" then right click on "When" (clause context) and select the "Change When Expression"

and tape :
editorFocus
which command to the editor "Select All" when editor is set as Focus on CTRL + A
More about the when clause context : visual studio code api reference on "when clause context"
I also faced the same issue like you in VS code.
It is probably because you installed the extension like Vim which changed the key binding like crtl + a and others.
To fix it simply, you just uninstall that extension and reload the VS Code and it should be working fine after that.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With