VS Code 不断生成 debug.log

Cem*_*mre 7 visual-studio-code

我的 VS Code 突然开始debug.log在我的项目目录中到处生成一个名为littering的文件。一个示例内容是:

[0922/113308.083:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113308.120:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.228:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.241:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
Run Code Online (Sandbox Code Playgroud)

这是什么原因造成的?我如何关闭它?

Ora*_*ech 1

正如@rahicks 所链接的,这是一个已知问题。此后已在版本 1.49.2 中修复并关闭了该错误。

  • 当时确实为我解决了这个问题,但现在更新到 *v1.50* 和 *v1.50.1* 后问题又回来了,这太烦人了,我项目中的每个目录都会有一个包含该错误的 debug.log 文件。 (3认同)
  • @RcoderNY 也许我们应该在他们的仓库上打开另一个问题 (2认同)