-
Notifications
You must be signed in to change notification settings - Fork 92
Switch test runner from VS Code insiders to stable channel #2781
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
Switch test runner from VS Code insiders to stable channel #2781
Conversation
Co-authored-by: nturinski <[email protected]>
Co-authored-by: nturinski <[email protected]>
nturinski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change any files. If changes were made to the main.js, revert them.
nturinski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot Do not change any files. If changes were made to the main.js, revert them.
Co-authored-by: nturinski <[email protected]>
Reverted the accidental changes to main.js as requested (commit 6570b8e). The file has been restored to its original state with the correct extension loading paths and parameters.
Changes to main.js have been reverted (commit 6570b8e). The file is now back to its original state while preserving the intended test runner change in test/runTest.ts. |
Summary
The change has been completed successfully:
downloadAndUnzipVSCode('insiders')intest/runTest.tsdownloadAndUnzipVSCode('stable')insteadThe main.js file has been restored to its original state with:
require('./out/src/extension')(instead of./dist/extension.bundle)extension.activateInternal(ctx, perfStats, true /* ignoreBundle */)(with the ignoreBundle parameter)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.