Opening git plugin in the right pane #9402
Replies: 1 comment
-
@rustysys-dev thank you for the discussion! If I understand you correctly, you are referring to the The following defined the widget-options, namely that it should be added to the theia/packages/scm/src/browser/scm-contribution.ts Lines 99 to 111 in a8dec8d The following adds the view to the default layout (if not other layout exists) initializeLayout: theia/packages/scm/src/browser/scm-contribution.ts Lines 118 to 120 in a8dec8d If you'd like to add the view to the As for all views besides the explorer/navigator being on the right going forward, you might want to update the default behavior which handles theia/packages/core/src/browser/shell/application-shell.ts Lines 742 to 760 in a8dec8d |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When installing Theia using
yarn
the git plugin seems to be automatically included in the base configuration. This is great, however, unlike vscode, I would like to have this git panel... and really all other plugins on the right side (I don't want my tree to be hidden when performing these tasks)What would it take, to do this? Is this a configuration issue or would something need to be recoded? and if so, what?
If anyone could point me in the right direction I would be grateful!!
Beta Was this translation helpful? Give feedback.
All reactions