Skip to content

Commit

Permalink
fix: incoherent type
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jun 8, 2023
1 parent cb9ae88 commit f63bc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-override/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function renderSidebarPart (container: HTMLElement): IDisposable {
return sidebarPart
}

function renderPanelPart (container: HTMLElement): PanelPart {
function renderPanelPart (container: HTMLElement): IDisposable {
const panelPart = StandaloneServices.get(IInstantiationService).createInstance(PanelPart)
paneCompositeSelectorParts.set(ViewContainerLocation.Panel, panelPart)
paneCompositeParts.set(ViewContainerLocation.Panel, panelPart)
Expand Down

0 comments on commit f63bc39

Please sign in to comment.