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

Made it easier to customize view container part. #8619

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

kittaakos
Copy link
Contributor

  • Template method for the part creation.
  • Removed the deprecated API use.
  • Fixed indentation in CSS.

Signed-off-by: Akos Kitta kittaakos@typefox.io

What it does

See commit description 👆

How to test

  • Check the API change in the Git diff.
  • Build must be green.

Review checklist

Reminder for reviewers

- Template method for the part creation.
- Removed the deprecated API use.
- Fixed indentation in CSS.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
@kittaakos kittaakos marked this pull request as ready for review October 13, 2020 09:21
@vince-fugnitto vince-fugnitto added the extensibility issues to simplify ability to extend Theia label Oct 13, 2020
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

The changes look good to me 👍

It allows downstream extenders the possibility to customize the creation of the view container part without having to rewrite the entire addWidget method.

I also verified the functionality by confirming the view containers (such as npm scripts) still worked correctly.

@kittaakos
Copy link
Contributor Author

Thank you for the review, @vince-fugnitto 👍

@kittaakos kittaakos merged commit 8e3da24 into master Oct 13, 2020
@kittaakos kittaakos deleted the view-container-api-for-extension branch October 13, 2020 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensibility issues to simplify ability to extend Theia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants