-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
8969-upgrade-monaco-editor-core-to-standalone-0.22.x #9081
8969-upgrade-monaco-editor-core-to-standalone-0.22.x #9081
Conversation
In preparation for upgrading monaco-editor-core to standalone/0.22.x these changes were implemented: 1) signatures alignment to standalone/0.22.x 2) editor preferences synced with standalone/0.22.x Signed-off-by: Dan Arad <dan.arad@sap.com>
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.
LGTM, CI failure is unrelated.
@danarad05 I was wondering if there's any reason why we can't use things from vscode's monaco editor rather than copying? |
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.
I guess the PR is only one part of #8969
and the changes should be tested and applied when a new version of @theia/monaco-editor-core
is applied to Theia
.
I mean - at the moment Theia
uses 0.20.0
version of Monaco
, but the current changes for 0.22
version.
@danarad05
should it be a draft PR or maybe I missed something...
correct. this PR is second part of new 0.22 version - whose repo location is currently debated.
If that it the procedure then it should be draft.. don't remember if there was an option. can you change type to draft? I'm unable. |
@marechal-p Thanks for reviewing.
That is a good question. I'm not sure what are reasons for this approach - currently there aren't many diffs - maybe in past there were more. |
I meant - it's better to have the draft status for the current state of the PR, so people can see that it's still in progress. It should be possible to change a PR status from |
You can see some info about it here: |
Don't know how I missed it:).. Thanks |
Closing this PR as created a new one - #9154 - for version standalone/0.23.x which has been released in meantime. |
In preparation for upgrading
monaco-editor-core
tostandalone/0.22.x
these changes were implemented:standalone/0.22.x
standalone/0.22.x
Signed-off-by: Dan Arad dan.arad@sap.com
What it does
This PR updates Theia repo with these changes:
standalone/0.22.x
standalone/0.22.x
It is also second part of 8969 where first part is generating
monaco-editor-core@0.22
.How to test
How to test
section for the previous PR Upgrade to Monaco 0.20.0 #8010.Review checklist
Reminder for reviewers