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

Remove testing pin to 1.77.3 when VS Code issue is resolved #1167

Open
gjsjohnmurray opened this issue Jun 21, 2023 · 0 comments
Open

Remove testing pin to 1.77.3 when VS Code issue is resolved #1167

gjsjohnmurray opened this issue Jun 21, 2023 · 0 comments
Assignees

Comments

@gjsjohnmurray
Copy link
Collaborator

See microsoft/vscode#181527

async function main() {
// Testing is currently pinned to using 1.77.3 (see https://github.com/microsoft/vscode/issues/152938#issuecomment-1534782052)
const VSCODE_VERSION = "1.77.3";
try {
// Download VS Code, unzip it and run the integration test
console.log("Start running tests. Will wait til get the results");
const interval = setInterval(() => process.stderr.write("."), 1000);
const code = await runTests({ version: VSCODE_VERSION, extensionDevelopmentPath, extensionTestsPath, launchArgs: ['--disable-extensions'] });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant