Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version of @vscode/test-electron #14758

Closed
wants to merge 5 commits into from

Conversation

DonJayamanne
Copy link
Contributor

No description provided.

@@ -160,11 +161,23 @@ async function start() {
console.log('*'.repeat(100));
console.log('Start Standard tests');
const platform = computePlatform();
const vscodeExecutablePath = await downloadAndUnzipVSCode(channel, platform);
const vscodeExecutablePath = await downloadAndUnzipVSCode(channel, platform, undefined, true);
console.log(`VS Code executable ${vscodeExecutablePath} exists = ${fs.existsSync(vscodeExecutablePath)}`);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left the logs for now, to see why we might be running into
microsoft/vscode-test#246

@DonJayamanne DonJayamanne deleted the updateVSCodeTestElectron branch November 28, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant