In Visual Studio Code Ctrl+V
is not working on editor.
However from the command palette Ctrl+Shift+V
is working.
Open the keyboard shortcuts preferences by pressing CTRL + SHIFT + P and search for open keyboard shortcuts file.
Then, search for the editor.action.clipboardPasteAction property. In your case, it might be CTRL+SHIFT+V. Try changing it to Ctrl + V. Like so:
Hope it helps :)