Closed kazarmy closed 11 months ago
Apparently one can just download the test VS Code using Node and
import { downloadAndUnzipVSCode } from '@vscode/test-electron';
await downloadAndUnzipVSCode('stable');
and then everything works as expected, so closing this.
vscode-test
doesn't download and unzip latest VS Code successfully when trying to run tests. Log follows (with extension name snipped out):Problem probably has something to do with the issue mentioned at https://stackoverflow.com/questions/43645745/electron-invalid-package-on-unzip. Wasn't expecting problems this early in the extension creation process, but then noticed that the Extension Test Runner extension is very new (as in first release being last October).