问题
I have updated VS Code today on my Windows 7 machine. VS Code introduced Terminal inside the VS Code.
Right-Click is disabled in Terminal. Is there any Keyboard shortcut to paste the text in VS Code?
回答1:
Got answer, link
Right-Click on the cursor line did the trick
回答2:
With v1.40 you can set this :
"terminal.integrated.rightClickBehavior": "paste"
to always paste into the terminal with a rightclick. There are three other options there, including default
(show the context menu), copyPaste
(copy when there is a selection, otherwise paste) and selectWord
( select the current word and open the context menu).
来源:https://stackoverflow.com/questions/37677021/how-to-paste-clipboard-text-in-vs-code-terminal