Goland使用wsl2输出提前换行问题的解决

问题描述

搭建好wsl2的go环境后,使用Goland进行开发,运行后出现日志换行的问题,如下:

image-20220519132647628

明明还有这么长的距离,但是出现了提前的换行。

解决办法

解决办法也很简单:

  1. 首先按住Ctrl+Shif+A

image-20220519132833643

  1. 然后输入Registry,进入Registry界面

    image-20220519132937422

  2. 输入run.process.with.pty,找到go.run.process.with.ptyrun.process.with.pty两个选项,全部取消勾选,关闭

    image-20220519133120292

    1. 重启应用,输出日志恢复正常

    image-20220519133222783

Last modification:May 19, 2022
If you think my article is useful to you, please feel free to appreciate