将终端面板移到底部选项不见了?(VSCode) [英] Move terminal panel to bottom option gone? (VSCode)

查看:57
本文介绍了将终端面板移到底部选项不见了?(VSCode)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

刚刚在 macOS 10.12.6 上将 VSCode 更新为 1.29.0 看起来这个选项将终端移动到 VSCode 的底部(然后向右返回)没有了.是故意的吗?它是否移动到特定设置?我经常使用该功能.

Just updated VSCode to 1.29.0 on macOS 10.12.6 and it looks like this option to move the terminal to the bottom of VSCode (and then back right) is no more. Is that on purpose? Did it move to a specific setting? I was using that feature quite a lot.

截图如下:

编辑:仍然可以通过上下文菜单移动:

EDIT: Can still move by context menu:

推荐答案

EDIT for v1.42(2020 年 1 月版):

EDIT for v1.42 (January 2020 release):

左侧面板

面板现在可以移动到编辑器的左侧设置:

The panel can now be moved to the left side of the editor with the setting:

"workbench.panel.defaultLocation": "left"

这将删除命令视图:切换面板位置 (workbench.action.togglePanelPosition) 在支持以下新命令:

This removes the command View: Toggle Panel Position (workbench.action.togglePanelPosition) in favor of the following new commands:

视图:向左移动面板 (workbench.action.positionPanelLeft)

View: Move Panel Left (workbench.action.positionPanelLeft)

视图:向右移动面板 (workbench.action.positionPanelRight)

View: Move Panel Right (workbench.action.positionPanelRight)

视图:将面板移到底部 (workbench.action.positionPanelBottom)

View: Move Panel To Bottom (workbench.action.positionPanelBottom)

参见 https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_42.md#panel-on-the-left

[先前的答案 - 见上文了解更多信息:]

[Previous answer - see above for later info:]

请参阅有关面板位置按钮的发行说明.

面板位置按钮到上下文菜单

Panel position button to context menu

为了保留水平空间并减少混乱,我们删除了切换面板位置按钮(向右移动,移动到底部)从面板标题区域.该操作现在在面板标题中可用区域上下文菜单以及视图 > 外观 > 切换面板定位主菜单.删除此按钮的另一个原因是我们相信用户设置他们的布局一次并且通常不会切换回来

In order to preserve horizontal space and reduce clutter, we removed the toggle Panel position button (Move to Right, Move to Bottom) from the Panel title area. The action is now available in the Panel title area context menu and also in View > Appearance > Toggle Panel Position main menu. Another reason for removing this button was that we believe users set their layout once and don't normally toggle back and forth.

还有一个永久"更改面板位置的设置:

There is also this setting to "permanently" change the panel location:

workbench.panel.defaultLocation

但是现在要快速移动它,您可以使用上下文菜单.

But to move it on the fly now you use the context menu.

显然人们只是没有足够的使用它来保证屏幕空间.

Apparently people just weren't using it enough to warrant the screen space.

这篇关于将终端面板移到底部选项不见了?(VSCode)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆