code suggestion box text not readable vscode

huangapple go评论55阅读模式
英文:

code suggestion box text not readable vscode

问题

我的VSCode代码建议框看起来不好。 (版本1.78.0)
如何解决这个问题

code suggestion box text not readable vscode

我应该能够轻松看到文本,但目前它不可读。

英文:

my vscode code suggestion box is not looking good. (version 1.78.0)
how to get this fixed

code suggestion box text not readable vscode

I should be able to see the text easily but currently it's not readable.

答案1

得分: 0

将以下内容添加到你的 settings.json 文件中,它将重置行高为默认值:

"editor.suggestLineHeight": 0,
英文:

Add this line to your settings.json, it will reset line height to default

"editor.suggestLineHeight": 0,

huangapple
  • 本文由 发表于 2023年5月25日 12:40:32
  • 转载请务必保留本文链接:https://go.coder-hub.com/76328982.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定