CodeRibbon/CodeRibbon-Theia

Replace mainPanel in ApplicationShell

Closed this issue · 2 comments

Figure out the best way to override the theiaDockPanel that's by default placed in the shell's mainPanel in the default FrontendApplication.

Points of interest during research:

  • CommonFrontendContribution: contains a reference to the shell, windowService
  • WorkspaceService: a little misnomer? doesn't actually appear to reference the applicationShell?
  • WorkspaceFrontendContribution: contains applicationShell reference, seems hot