英文:
code suggestion box text not readable vscode
问题
我的VSCode代码建议框看起来不好。 (版本1.78.0)
如何解决这个问题
我应该能够轻松看到文本,但目前它不可读。
英文:
my vscode code suggestion box is not looking good. (version 1.78.0)
how to get this fixed
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,
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论