-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove AIEditorManager #14873
Labels
Comments
EditorManager
in the AIEditorManager
and rebinds it. [This is problematic for downstream projects which also rebind the EditorManager
](https://github.com/eclipse-theia/theia/pull/14048#discussion_r1734227614). The editor manager enhancements should be merged into the base implementation instead.
eneufeld
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 13, 2025
fixes eclipse-theia#14873 - move the customizations to the parent class EditorPreviewManager - rename AIEditorSelectionResolver and move it to editor-preview-manager.ts
eneufeld
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 14, 2025
fixes eclipse-theia#14873 - move the customizations to the parent class EditorPreviewManager - rename AIEditorSelectionResolver and move it to editor-preview-manager.ts
eneufeld
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 14, 2025
fixes eclipse-theia#14873 - move the customizations to the parent class EditorPreviewManager - rename AIEditorSelectionResolver and move it to editor-preview-manager.ts
25 tasks
sdirix
pushed a commit
to eclipsesource/theia
that referenced
this issue
Feb 19, 2025
fixes eclipse-theia#14873 - move the customizations to the parent class EditorPreviewManager - rename AIEditorSelectionResolver and move it to editor-preview-manager.ts
sdirix
pushed a commit
to eclipsesource/theia
that referenced
this issue
Feb 19, 2025
fixes eclipse-theia#14873 - move the customizations to the parent class EditorPreviewManager - rename AIEditorSelectionResolver and move it to editor-preview-manager.ts
sdirix
added a commit
that referenced
this issue
Feb 20, 2025
fixes #14873 - move the customizations to the parent class EditorManager - rename AIEditorSelectionResolver and move it to editor-manager.ts Co-authored-by: Stefan Dirix <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The original contribution customizes the EditorManager in the AIEditorManager and rebinds it. This is problematic for downstream projects which also rebind the EditorManager. The editor manager enhancements should be merged into the base implementation instead.
The text was updated successfully, but these errors were encountered: