-
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
Update monaco-editor-core to 1.96.3 #14737
Update monaco-editor-core to 1.96.3 #14737
Conversation
Fixes eclipse-theia#14726 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Converting to "draft" status while waiting for https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/18700 |
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/18700 has been approved. |
@tsmaeder I can take a look today in the evening |
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 performed the following tests:
- QuickPick
- Open
- Select
- Escape
- Text Editor
- Open without extensions (i.e. no syntax highlighting etc.)
- With extensions
- Extract to second window
- Switching theme
- Debugging
- Text Editor Typescript
- Syntax Highlighting
- Error/Warning markers
- Refactor Actions
- Hover
- Autocomplete
- Inline suggestions (AI)
- Drag&Drop of code
- Preferences Editor
- Editing preferences
- JSON view
- Both at same time
- Output channel
- Diff editor
- Open a diff
- Accepting/Reverting a change
- Debug
- Setting, Editing and Hitting break points
I tested both in Browser and Electron
The only behavior finding which I found when testing the apps:
Revert popup
In the diff editor, the reverting a change popup looks broken:
In the current master
it looks fine:
packages/editor/src/browser/editor-language-quick-pick-service.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.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.
Great work!
What it does
Fixes #14726
Contributed on behalf of STMicroelectronics
How to test
This needs a general test of functionality in particular of all editor functionality (including in secondary windows) and all quick-input related functions.
Follow-ups
Breaking changes
Attribution
Review checklist
Reminder for reviewers