问题: vscode termina终端下划线不显示:
解决办法:
在vscode的 File->Preferences->Settings中找到 workbench 目录下 appenrence 中找到 Color Customizations 下面的settings.json 点击打开文件 , 在文件末尾添加如下的内容:

    "terminal.integrated.fontSize": 16,
    "terminal.integrated.fontFamily": "Ubuntu mono"

添加完后效果如下:

{
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.jediEnabled": false,
    "terminal.integrated.shell.linux": "/bin/bash",
    "editor.renderWhitespace": "none",
    "workbench.colorTheme": "Default Light+",
    "window.zoomLevel": 0,
    "terminal.integrated.fontSize": 16,
    "terminal.integrated.fontFamily": "Ubuntu mono"
}

亲测好用

参考:
https://blog.csdn.net/l1216766050/article/details/80966659
https://github.com/Microsoft/vscode/issues/46900

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐