VSCode - 更改资源管理器中活动项目的背景颜色
我想在 VS code 中更改资源管理器中所选文件的背景颜色,我发现这个设置 list.activeSelectionBackground
您可以在图片中看到它确实有效。
但问题是,它仅在我明确单击该文件时才起作用,但当我使用 Alt+tab
切换到其他文件时则不起作用,然后它会丢失即使实际选择了文件,背景颜色也是如此在资源管理器中。
在 Alt+tab
之后,它开始显示这样的选择背景,这是默认方式
我尝试了一些其他设置,例如 list.inactiveFocusBackground
和list.focusBackground
但它们不起作用。
有什么想法吗?
I wanted to change the background color of the selected file in explorer in VS code and I found this setting list.activeSelectionBackground
which you can see in the picture actually worked.
But the problem is that it only works when I click on the file explicitly but it doesn't when I switch to a different file using Alt+tab
, then it looses the background color even when actually the file is selected in explorer.
After Alt+tab
it starts showing the selection background like this, which is the default way
I tried some other settings like list.inactiveFocusBackground
and list.focusBackground
but they didn't work.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您想要
将它们设置为相同的内容,这样无论该资源管理器项目选择是否处于活动状态,它都会显示相同的。
It looks like you want
Just set them to the same thing so whether that Explorer item selection is active or not it will appear the same.