如何通过从 msys2 bash 执行 vscode 来禁用 stdout 或 stderr

How to disable stdout or stderr by vscode executing from msys2 bash

我通常使用来自 msys2 bash 的 VSCode。
我在 msys2 终端上得到一些标准输出或标准错误。
下面是一个例子。

$ vscode . &
[main 2021-01-06T13:52:08.063Z] update#setState idle
[main 2021-01-06T13:52:38.071Z] update#setState checking for updates
[main 2021-01-06T13:52:38.274Z] update#setState idle

从 PowerShell 执行 VSCode 时不会显示这些日志。

PS > .\Code.exe
PS >

如何通过从 msys2 bash 执行 VSCode 来禁用那些 stdout 或 stderr?
我找不到任何解决方案,因为关于
的信息太多了 在 VSCode.

上集成 msys2 bash

按照 this github issue 中的建议,尝试 ~/AppData/Local/Programs/Microsoft\ VS\ Code/bin 中的 运行 code.cmd,而不是父文件夹中的 Code.exe。