-
Notifications
You must be signed in to change notification settings - Fork 341
Add dart sdk to full image and install dart and flutter extensions to next image #369
Conversation
This fixes #368. |
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.
Is there a reason that latest
was not updated?
I have not added it to latest because it did not want to make this change for latest, the idea was to wait until next is getting latest. Do you think I should make the change in latest, too? |
@chrbayer don’t see why we wouldn’t add the functionality to both images, they both should have the proper functionality to make use of the new vscode extensions introduced by the pull-request. Please be sure to properly squash your commits when you’re ready for a re-review :) |
Thanks for the review :-) I have added the plugins to the latest image, too. The pull request should be complete now. But there was a problem with downloading repgrep, I had the same problem with ci and my local builds... This seem to work again. But now it fails Error: Cannot find module '../lib/theia' on next image... |
This should be final now if nothing is found in the review. |
Indeed - the latest |
Thanks @chrbayer . @vince-fugnitto ready for a final review on this one? |
@marcdumais-work Ready from my side. Thanks in advance! |
@chrbayer do you mind squashing your commits (into a single commit) so we can accept the changes? :) |
@vince-fugnitto Of course, I will do it :-) |
@chrbayer I think the commit message needs an update to reflect the current content. I suggest something like: |
Signed-off-by: Christoph Bayer <chrbayer@criby.de>
Awesome, thanks for the update @chrbayer @vince-fugnitto Can you have another look, and if no further comments, merge? |
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.
The changes look good, and the CI successfully passed 👍
Thank you for the contribution!
Please review. One drawback is that the dart SDK is installed to Dockerimage for stable and next image.