-
Notifications
You must be signed in to change notification settings - Fork 37
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
Conversation
instead of putting all common stuff in the main package, leading to it depending on xterm
@kaisalmen build fixed :) |
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.
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 |
🎉 This PR is included in version 11.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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