gpt4 book ai didi

visual-studio-code - 在 VS Code 中禁用波浪下划线

转载 作者:行者123 更新时间:2023-12-03 21:06:07 25 4
gpt4 key购买 nike

我正在使用 Visual Studio Code (v1.11.2)。
有没有办法完全禁用波浪形下划线?
enter image description here

最佳答案

禁用 vscode 中的波浪形/波浪形下划线,go to preferences并将下划线颜色设置为完全透明:

{
"workbench.colorCustomizations": {
"editorError.foreground": "#00000000",
"editorWarning.foreground": "#00000000",
"editorInfo.foreground": "#00000000"
}
}

虽然最好让下划线颜色只是 不太活跃 :
{
"workbench.colorCustomizations": {
"editorError.foreground": "#ff000088",
"editorWarning.foreground": "#ffe60033",
"editorInfo.foreground": "#00ff0088"
}
}

关于visual-studio-code - 在 VS Code 中禁用波浪下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43454967/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com