visual-studio-code - VS Code : How to reduce the minimum window size of Visual Studio Code through settings. json 或其他一些方法

标签 visual-studio-code vscode-settings

我想知道是否有办法减小 VS Code 的最小窗口大小 - 目前窗口大小的宽度可以减小到 600px 左右,这是有硬性限制的,你无法进一步减小它与大多数其他程序窗口不同,可以减少更多。

我希望能够进一步减小宽度,以便在屏幕上留出更多空闲空间 - 有没有办法通过 settings.json 或其他一些方法来减小 VS 代码的最小窗口大小限制.

最佳答案

面板位于底部的最小尺寸在 v1.50 中从 600px 减少到 400px(参见 https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_50.md#new-minimum-window-width-when-panel-is-on-the-bottom)。

New minimum window width when panel is on the bottom

When the panel is on the bottom rather than on the side, the minimum window width is 400px instead of 600px.

设置中无法更改最小尺寸。

关于visual-studio-code - VS Code : How to reduce the minimum window size of Visual Studio Code through settings. json 或其他一些方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63125371/

相关文章:

调试器忽略了 TypeScript toString

python - VS Code 在终端中执行对 IPython shell 的选择(无笔记本)

go - VsCode Go 扩展调试 Example_c.c 文件而不是实际文件

python - 在 Visual Studio Code 上调试 Azure 函数时出错 ('LogType' 不存在)

javascript -/bin/sh : node: command not found - in VScode, 运行 Javascript

使用 Visual Studio Code 使用 GDB 进行调试

visual-studio-code - 有什么方法可以更改 VSCode 中仅注释代码的字体系列?

visual-studio-code - 在 vscode 的 gutter 中添加右键菜单项

visual-studio-code - 如何使VSCode Intellisense窗口更宽

visual-studio-code - 如何更改设置以在 JavaScript 的 Visual Studio 代码编辑器中不显示复杂度线?