You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file structure is not following 'theia' or 'lerna' defaults where additional packages are consolidated
under a 'packages' folder.
So the top level project may continue to grow as extension get added which is not desirable as multiple projects may
extend a non optimal structure.
Steps to Reproduce:
Open theia-blueprint repository in a file system and observe that the two existing extensions are under the top level project
i.e. 'theia-blueprint-product' and 'theia-blueprint-updater'
Additional Information
I will submit a PR shortly after submitting this issue.
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
@alvsan09 its a known optimization that @marechal-p and I talked about previously to re-organize the repo and also add linting #82. I believe that @marechal-p already did some reorganization in preparation for #74.
@alvsan09 its a known optimization that @marechal-p and I talked about previously to re-organize the repo and also add linting #82. I believe that @marechal-p already did some reorganization in preparation for #74.
Ok, I have closed my intended PR to take Paul's PR #88 instead.
Bug Description:
The file structure is not following 'theia' or 'lerna' defaults where additional packages are consolidated
under a 'packages' folder.
So the top level project may continue to grow as extension get added which is not desirable as multiple projects may
extend a non optimal structure.
Steps to Reproduce:
i.e. 'theia-blueprint-product' and 'theia-blueprint-updater'
Additional Information
I will submit a PR shortly after submitting this issue.
The text was updated successfully, but these errors were encountered: