visual-studio-code - 如何在 VS Code 中将集成终端显示为选项卡而不是下拉列表,如何重命名它们?

标签 visual-studio-code

我正在寻找在 VS Code 中将集成终端显示为选项卡而不是下拉列表的方法,并给它们命名。这是来自 WebStrom 的习惯,如图 1 所示。可以这样做吗?现在看起来如图 2 所示,并且无法重命名选项卡,这也是可取的。

图1 WebStorm way to show terminals

图2 VS Code way to show terminals

最佳答案

根据 this github issue 目前无法将其显示为选项卡。但是,您可以使用 extension它在底部显示终端选项卡。

为了重命名终端,

通过单击 CTRL+Shift+p 打开命令面板,然后输入“Terminal:Rename”

Terminal:Rename

点击回车你会得到:

enter image description here

输入您需要的名称,然后按Enter

关于visual-studio-code - 如何在 VS Code 中将集成终端显示为选项卡而不是下拉列表,如何重命名它们?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50169672/

相关文章:

python - 如何完全禁用 vscode 上特定文件的 linting?

go - 在推断出 GOPATH 时运行(安装)go 代码

linux - SSH 远程无法在 Microsoft Visual Studio Code 上运行

python - 如何在 Visual Studio Code 中使用基于断点的调试器来调试 CKAN?

typescript - VS Code 中类似 WebStorm 的 TypeScript 方法覆盖

visual-studio-code - 在每行开始处用光标选择多行

powershell - 如何在 Visual Studio Code x64 中运行 Powershell x86?

javascript - VSCode 不建议导入 ES6?

visual-studio-code - 在 Visual Studio Code 中添加断点

Visual Studio 和 Visual Studio Code 中的 C#