Upgrade VSCode version to 1.108.2 and sync changes in branch 1.1 back to main#140
Merged
feiyangliu2023 merged 25 commits intoaws:mainfrom Feb 11, 2026
Merged
Conversation
…#128) * override undici for remote distribution (aws#118) * Build on ubuntu-22.04 and fix the sagemaker ui poststart up patch(aws#121) * Add SageMaker version patch in main (aws#123) * fix patch errors from cherrypicking updates * update patches to fix cherrypicking errors and patch rebase conflicts * Fix OOM during build by freeing disk space and adding swap * Update approved packages for successful third-party-license generation * Update unified OSS attribution --------- Co-authored-by: Chunqiu Lu <chunqilu@amazon.nl> Co-authored-by: sachinh-amazon <188173965+sachinh-amazon@users.noreply.github.com> Co-authored-by: Feiyang Liu <lfeiyang@amazon.nl> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Feiyang Liu <lfeiyang@amazon.nl>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-80-60.ec2.internal>
* remove whole chat settings competely * update sagemaker release version --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-80-60.ec2.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-80-60.ec2.internal>
Co-authored-by: Feiyang Liu <lfeiyang@amazon.nl>
Contributor
|
did you manage to test it locally or in your dev account? |
Contributor
Author
Yes build and test run is successful. |
chunqilu
approved these changes
Feb 11, 2026
sachinh-amazon
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
This PR merges changes from the 1.1 release branch (with vscode version 1.108.2) back to main (development branch).
VS Code Upgrade: 1.101.2 → 1.108.2
This is a major version upgrade spanning multiple VS Code releases. Key upstream changes include:
Patch Updates
New patches added:
remove-accounts-feature.diff- Removes accounts featurefix-ts-rootdir-webpack.diff- TypeScript rootDir webpack fixfix-scm-progress-location.diff- SCM progress location fixRemoved patches:
allow-unused-vars.diff- No longer neededRebased patches for all vscode targets
Cherrypicked updates in 1.1 branch (related to hiding copilot feature) back to main
Other Changes
package-lock.jsonoverrides for all targetsRelease Notes
VS Code 1.108 Release Notes
1.108.2 Recovery Issues
Next Steps
After merge, the main branch will be in sync with 1.1 for the 1.108.2 update.
Testing
Performed bug bash and fixed bugs on the updated code, new release version created with the vscode upgrade.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.