由于使用了oh my posh
来美化了PowerShell
终端,并采用了MesloLGL NF
专用字体。所以vscode
需要对应的配置,打开settings.json
配置文件,写入如下配置即可:
{ "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "terminal.integrated.fontFamily": "MesloLGL NF" }
由于使用了oh my posh
来美化了PowerShell
终端,并采用了MesloLGL NF
专用字体。所以vscode
需要对应的配置,打开settings.json
配置文件,写入如下配置即可:
{ "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "terminal.integrated.fontFamily": "MesloLGL NF" }