简体   繁体   English

Visual Studio代码版本:1:30.0-如何将终端输出移到底部

[英]Visual Studio Code Version: 1:30.0 - How do I move Terminal output to the bottom

I can't find this in the documentation. 我在文档中找不到此内容。 Currently, when I click Terminal > New Terminal, it appears to the right of the IDE. 当前,当我单击Terminal> New Terminal时,它显示在IDE的右侧。 I prefer to see this at the bottom. 我更喜欢在底部看到它。 How do I move it to the bottom please? 请问如何将其移至底部? I have looked but I do not understand all the Newspeak. 我看了看,但我不了解所有Newspeak。

You can right-click on Terminal and choose Move Panel to Bottom option, as you can see here: 您可以在“终端”上单击鼠标右键,然后选择“ Move Panel to Bottom选项,如下所示:

在此处输入图片说明

If you go to settings there is an option to put the terminal on the bottom or right. 如果进行设置,则可以选择将终端置于底部还是右侧。 You can change it there. 您可以在那里更改它。 If you are actually editting the settings.json file look for "workbench.panel.defaultLocation" statement and change it to "bottom" 如果您实际上正在编辑settings.json文件,请查找“ workbench.panel.defaultLocation”语句并将其更改为“ bottom”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将我的终端放在 visual studio code 的左侧? 版本 1.64.1 (2022) - How do I place my terminal in the left side at visual studio code? Version 1.64.1 (2022) 如何将 Visual Studio Code 中的面板移动到右侧? - How do I move the panel in Visual Studio Code to the right side? 如何更改 Visual Studio 代码中终端提示的颜色? - How do I change color of terminal prompt in Visual studio code? 如何在 Visual Studio Code 中生成 output 简单代码? - How do I output simple code in Visual Studio Code? 如何在Visual Studio Code 1.9.1版中升级打字稿 - How do I upgrade typescript in Visual Studio Code version 1.9.1 如何将 Visual Studio 代码中的 output 从终端更改为 output? 我试过了,但找不到命令 - how to change the output in visual studio code from terminal to output ? i tried but i'm getting command not found 我如何 pipe output 进入 Visual Studio 代码? - How do I pipe output into Visual Studio Code? 在终端 Visual Studio Code 中看起来更漂亮的 output - Nicer looking output in the terminal Visual Studio Code 如何将 Visual Studio Code Terminal output 设置为英文 - How to set Visual Studio Code Terminal output to English 如何在Mac上的Visual Code Studio集成终端中将ZSH设置为默认外壳而不是bash - How do I set ZSH to be the default shell instead of bash in the Visual Code studio integrated terminal on Mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM