编辑器处于脏状态,字体为斜体。当 workbench.editor.tabSizing
设置为 fixed
或 shrink
时,会导致部分内容被遮挡。
复制代码:
版本:1.84.2
提交:[1a5daa3](https://github.com/microsoft/vscode/commit/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e)
用户代理:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
嵌入器:vscode.dev
4条答案
按热度按时间2vuwiymt1#
@yiliang114 这个只发生在"欢迎"视图上,对吗?其他标签页的斜体文本没有发生这种情况。我知道发生了什么。这与我们使用的图标有关,该图标的设置方式与其他图标不同。
hi3rlvi22#
@yiliang114 This only happens for the "Welcome" view right? This doesn't happen for another tab which is italic? Then I know what is happening. It has to do with the icon we are using which is set in a different way then the other icons.
Sorry too long no reply.
In fact, all editor tabs have this problem rather than the
Welcome
view. Such asSome fonts will be more obvious.
ecfsfe2w3#
另请参阅:#207409(评论)
u2nhd7ah4#
我认为我理解了您的意思。最佳解决方案是恢复
overflow
以解决此问题,并使用其他方法修复#200054。我会再试一次。