【发布时间】:2017-07-10 20:51:45
【问题描述】:
【问题讨论】:
标签: terminal visual-studio-code
【问题讨论】:
标签: terminal visual-studio-code
command needs to skip the shell, so it can go to the terminal itself。打开Preferences -> Settings 修改commandsToSkipShell:
"terminal.integrated.commandsToSkipShell": [
(existing settings)
"terminalTabs.createTerminal"
]
【讨论】: