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 to VSCode 1.95 #532

Merged
merged 13 commits into from
Nov 8, 2024
Merged

Update to VSCode 1.95 #532

merged 13 commits into from
Nov 8, 2024

Conversation

CGNonofr
Copy link
Contributor

@CGNonofr CGNonofr commented Nov 6, 2024

When upgrading, the #520 issue came back

So to fix it, I've changed the build behavior: instead of putting everything that is used by at least 2 service-override in the main package, I create a common package for it. To not create too many new packages, only common packages containing at least 10 modules are kept, others still rely on the previous behavior

@CGNonofr CGNonofr requested a review from kaisalmen November 6, 2024 19:33
@CGNonofr
Copy link
Contributor Author

CGNonofr commented Nov 7, 2024

@kaisalmen build fixed :)

Copy link
Collaborator

@kaisalmen kaisalmen left a comment

Choose a reason for hiding this comment

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

Thank you. That is a bigger change, but it makes sense. I will check with monaco-languageclient examples as usual. LGTM

@CGNonofr
Copy link
Contributor Author

CGNonofr commented Nov 8, 2024

Thank you. That is a bigger change, but it makes sense. I will check with monaco-languageclient examples as usual. LGTM

It's a big change indeed that was pretty challenging to implement, the rollup code is now quite complex 🤔 I'll try to rework it to simplify it some day, it probably still contain a lot of legacy stuff

@CGNonofr CGNonofr merged commit c5785d8 into main Nov 8, 2024
2 checks passed
@CGNonofr CGNonofr deleted the vscode-1.95 branch November 8, 2024 08:56
Copy link

github-actions bot commented Nov 8, 2024

🎉 This PR is included in version 11.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants