mac下 vscode 的terminal如何做到像iterm2一样选中复制?
settings.json中加上下面这行就可以了
"terminal.integrated.copyOnSelection": true
settings.json中加上下面这行就可以了