英文:
VSCODE Terminal Issue
问题
"Is there a way to get the old terminal back in VSCode, as VSCode always opens a new terminal when we reopen?
Reopening the terminal with all previous commands, so that I will not lose the old session outputs of old session commands. So if it is last, that involves a lot of rework."
英文:
Is there a way to get the old terminal back in VScode ,as VScode always open new terminsl when we reopen?
Reopening of terminal with all previous commands, so that I will not loose the old session outputs of old session commands. So if it is last ,that involves lot of rework.
答案1
得分: 2
请使用 View -> Terminal
而不是 Terminal -> New Terminal
。
使用键盘快捷键 Ctrl+` 切换终端面板。
使用键盘快捷键 Ctrl+Shift+` 创建新的终端。
英文:
Use View -> Terminal
instead of Terminal -> New Terminal
Terminal Basics:
>Use the Ctrl+` keyboard shortcut to toggle the terminal panel.
Use the Ctrl+Shift+` keyboard shortcut to create a new terminal.
答案2
得分: 1
隐藏和显示VSCode集成终端使用<kbd>ctrl</kbd>+<kbd>J</kbd>(在Mac上使用<kbd>⌘</kbd>+<kbd>J</kbd>)。这将运行View: Toggle Panel Visibility
命令。
英文:
Hide and show the VSCode integrated terminal with <kbd>ctrl</kbd>+<kbd>J</kbd> (use <kbd>⌘</kbd>+<kbd>J</kbd> on a Mac). This runs the View: Toggle Pannel Visibility
command.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论