When " window. titlebar style": " custom", the menu text in the secondary menu and edit area of the menu bar is too sharp.
当 "window.titleBarStyle": "custom" 时 , 菜单栏的二级菜单和编辑区域的菜单文本过于锐利



(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
related to #52537
This may be a duplicate of https://github.com/Microsoft/vscode/issues/53076 actually?
@sbatten @Tyriar
I passed
1) Adjust the .monaco-action-bar .action-label to the font of .monaco-shell:lang(zh-Hans)
2) Adjust the font size to 12px
solved the problem
我通过
1) 把 .monaco-action-bar .action-label 调整为 .monaco-shell:lang(zh-Hans) 的字体
2) 把字体大小调整为12px
解决了问题

font size was adjusted to be higher earlier in the milestone so this should solved. Thanks for the information.
Most helpful comment
@sbatten @Tyriar
I passed
1) Adjust the .monaco-action-bar .action-label to the font of .monaco-shell:lang(zh-Hans)
2) Adjust the font size to 12px
solved the problem
我通过
1) 把 .monaco-action-bar .action-label 调整为 .monaco-shell:lang(zh-Hans) 的字体
2) 把字体大小调整为12px
解决了问题