Recently vscode 1.42.0 became available, since then I’ve been seeing the following failure:
$ npm test --silent
Downloading VS Code 1.42.0 from https://update.code.visualstudio.com/1.42.0/win32-archive/stable
Downloaded VS Code 1.42.0 into .vscode-test/vscode-1.42.0
Exit code: 3221225781
Done
The command "npm test --silent" exited with 1.
Prior to this release, everything worked fine. Both my builds for linux and Mac work. I have since updated my configuration to use 1.42.0, but this didn’t help. Any help or advice welcome.