简体   繁体   English

如何将我的终端放在 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)

I used to position my terminal at the left side of my visual studio code (as presented on the first image) but now the option to do that is gone, i think some recently update removed it (which seems strange, why would they remove a feature?).我曾经在 visual studio 代码的左侧使用 position 我的终端(如第一张图片所示)但现在这样做的选项消失了,我认为最近的一些更新删除了它(这看起来很奇怪,为什么他们会删除一个特征?)。

After some googling, i found this How do I move the panel in Visual Studio Code to the right side?经过一番谷歌搜索后,我发现了如何将 Visual Studio Code 中的面板移动到右侧? But it doest help me, as my problem is different但这确实对我有帮助,因为我的问题不同

Someone knows how i can achieve the same result nowadays?有人知道我现在如何才能达到同样的结果吗?

在此处输入图像描述

What i already tried:我已经尝试过的:

  1. Tried to add this command at settings.json "workbench.panel.defaultLocation": "left" but it says it has been deprecated试图在 settings.json "workbench.panel.defaultLocation": "left"添加此命令,但它表示它已被弃用
  2. Right click at terminal header does not show the "Move to Left" option anymore, instead there's only a Move Views to side panel, which results in a right-side placement, not left右键单击终端 header 不再显示“向左移动”选项,而是只有一个将视图移动到侧面板,这导致右侧放置,而不是左侧
  3. View > Appearence does not have the desired option anymore查看>外观不再有所需的选项

v1.64.2 is out 02/10/2022 and this can now be done in that release. v1.64.2于 02/10/2022 发布,现在可以在该版本中完成。

Use the command:使用命令:

View: Move Panel Left from the Command Palette. View: Move Panel Left

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

相关问题 Visual Studio代码版本:1:30.0-如何将终端输出移到底部 - Visual Studio Code Version: 1:30.0 - How do I move Terminal output to the bottom 如何在 Visual Studio Code 中将 Anaconda 设为我的默认终端? - How do I make Anaconda my default terminal in Visual Studio Code? 如何将我的 Visual Studio Code 终端上的 python 版本 2.7.16 更改为更新的 python 版本? - How change the python version 2.7.16 on my Visual Studio Code terminal to the newer python version? 如何在 Visual Studio 代码的终端上修复此 Npm 错误? - How do i fix this Npm Error on my terminal on visual studio code? 如何更改 Visual Studio 代码中终端提示的颜色? - How do I change color of terminal prompt in Visual studio code? 如何将 Visual Studio Code 中的面板移动到右侧? - How do I move the panel in Visual Studio Code to the right side? 如何在Visual Studio Code 1.9.1版中升级打字稿 - How do I upgrade typescript in Visual Studio Code version 1.9.1 如何在单个 Visual Studio Code session 中并排打开同一个文件? - How do I open the same file side by side in a single Visual Studio Code session? Visual Studio Code - 如何永久禁用左侧栏? - Visual Studio Code - How to permanently disable the left side bar? 如何从 Visual Studio Code 集成终端在 Windows 上使用 Bash? - How do I use Bash on Windows from the Visual Studio Code integrated terminal?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM