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 monaco-editor-core to 1.96.3 #14737

Merged
merged 8 commits into from
Jan 30, 2025

Conversation

tsmaeder
Copy link
Contributor

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

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

Fixes eclipse-theia#14726

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
@tsmaeder tsmaeder requested review from msujew and sdirix January 17, 2025 14:25
@tsmaeder tsmaeder marked this pull request as draft January 17, 2025 14:26
@tsmaeder
Copy link
Contributor Author

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>
@tsmaeder
Copy link
Contributor Author

@tsmaeder tsmaeder marked this pull request as ready for review January 27, 2025 08:53
@tsmaeder
Copy link
Contributor Author

tsmaeder commented Jan 27, 2025

@msujew @sdirix would be great to have this one in the community release candidate.

@sdirix
Copy link
Member

sdirix commented Jan 28, 2025

@tsmaeder I can take a look today in the evening

Copy link
Member

@sdirix sdirix left a 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:
Screenshot from 2025-01-28 16-36-24

In the current master it looks fine:

image

examples/browser/webpack.config.js Outdated Show resolved Hide resolved
examples/electron/webpack.config.js Outdated Show resolved Hide resolved
packages/file-search/src/browser/quick-file-open.ts Outdated Show resolved Hide resolved
.vscode/launch.json 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>
@tsmaeder tsmaeder requested a review from sdirix January 29, 2025 17:58
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

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

Great work!

@tsmaeder tsmaeder merged commit b63b8d5 into eclipse-theia:master Jan 30, 2025
11 checks passed
@github-actions github-actions bot added this to the 1.58.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Update monaco-editor-core to 1.96.3
2 participants