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

core: bind UntitledResourceResolver in core #11195

Merged
merged 1 commit into from
May 25, 2022
Merged

Conversation

vince-fugnitto
Copy link
Member

What it does

The commit updates the binding of UntitledResourceResolver so that it is bound in core as it was moved around previously to be accessible outside of the plugin-system. Since the old binding was not updated the untitled functionality would break for apps that did not depend on plugin dependencies (forum discussion)

How to test

  1. confirm that the untitled behavior still works well (new editor in the application).
  2. a little trickier to test but the idea is if an application does not have plugin dependencies then the new editor functionality should still work.

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto [email protected]

The commit updates the binding of `UntitledResourceResolver` so that it
is bound in `core` as it was moved around previously to be accessible
outside of the plugin-system. Since the old binding was not updated the
untitled functionality would break for apps that did not depend on
plugin dependencies.

Signed-off-by: vince-fugnitto <[email protected]>
@vince-fugnitto vince-fugnitto added the core issues related to the core of the application label May 25, 2022
Copy link
Contributor

@colin-grant-work colin-grant-work left a comment

Choose a reason for hiding this comment

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

Correctly allows the creation and handling of untitled files without plugin-ext.

@vince-fugnitto vince-fugnitto merged commit f3eefd6 into master May 25, 2022
@vince-fugnitto vince-fugnitto deleted the vf/untitled-binding branch May 25, 2022 15:43
@github-actions github-actions bot added this to the 1.26.0 milestone May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core issues related to the core of the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants