Visual Studio Code 嵌入式终端中的垂直行距

问题描述 投票:0回答:2

我已经在 ZSH 上为 VSCode 上的 WSL2 设置了 Powerlevel10k,并完成了正常的配置过程,终端提示符当前如下所示:

enter image description here

但是,如果可能的话,我想增加提示的第一行和第二行之间的垂直行间距,以避免光标接触彩色段。有办法做到这一点吗?或者如果可能的话我可以减小光标的大小吗?

visual-studio-code command-prompt
2个回答
0
投票

在 Visual Studio 代码中:

  1. ctrl, 打开设置。
  2. 输入
    integrated line height
  3. 将值更改为大于
    1
    的值,例如
    1.4

0
投票

在 VSCode 设置中:terminal.integrated.lineHeight 来自 VSCode 文档:将字符之间的额外垂直间距配置为常规行高的倍数。例如,1.1 将添加 10% 的额外垂直空间。

screenshot of vscodee settings with

© www.soinside.com 2019 - 2024. All rights reserved.