即使在设置中更新 fontSize 后,VS Code 字体大小仍保持不变
VS Code font size remains same even after updating the fontSize in settings
我在 Ubuntu 18.04.
上安装了 VS Code
字体太小了,想调大
所以我在首选项 -> 设置(用户和工作区设置)中进行了更改。
但字体大小还是一样。
下面是 settings.json
使用 Ctrl+Shift+p 和输入 settings
:
{
"editor.fontSize": 20,
"editor.fontWeight": "200",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
为什么字体大小保持不变有什么建议吗?
如果您指的是环境字体大小,请使用 ctrl++ 和 ctrl+ shift+-。这将更改设置中 "window.zoomLevel"
的默认值。
我在 Ubuntu 18.04.
上安装了 VS Code字体太小了,想调大
所以我在首选项 -> 设置(用户和工作区设置)中进行了更改。
但字体大小还是一样。
下面是 settings.json
使用 Ctrl+Shift+p 和输入 settings
:
{
"editor.fontSize": 20,
"editor.fontWeight": "200",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
为什么字体大小保持不变有什么建议吗?
如果您指的是环境字体大小,请使用 ctrl++ 和 ctrl+ shift+-。这将更改设置中 "window.zoomLevel"
的默认值。