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)
这是什么原因造成的?我如何关闭它?
正如@rahicks 所链接的,这是一个已知问题。此后已在版本 1.49.2 中修复并关闭了该错误。