📌  相关文章
📜  vscode 使新窗口全屏打开 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:44.248000             🧑  作者: Mango

代码示例1
VSCode make new window open in fullscreen:
Settings > Window > New Window > New Window Dimensions

Options:
default = Opens new window in the center of the screen.
inherit = Opens new window with the same dimension as the last active one.
offset = Opens new window with the same dimension as the last active one
         with an offset position.
maximized = Opens new window maximized.
fullscreen = Opens new window in fullscreen mode.