即使在更新设置中的字体大小后,VS Code字体大小仍然相同[重复]

问题描述 投票:0回答:1

这个问题在这里已有答案:

我在Ubuntu 18.04上安装了VS Code。

字体很小,我想增加它。

所以我更改了首选项 - >设置(在用户和工作区设置中)。

但是字体的大小仍然相同。

VS Code font Size settings

下面是使用Ctrl + Shift + p并输入settings.jsonsettings

{
    "editor.fontSize": 20,
    "editor.fontWeight": "200",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}

有什么建议为什么字体大小保持不变?

visual-studio-code vscode-settings
1个回答
1
投票

如果您的意思是环境字体大小,请使用ctrl ++和ctrl + shift + - 。这将更改设置中"window.zoomLevel"的默认值。

© www.soinside.com 2019 - 2024. All rights reserved.