Skip to content

Commit ae984ed

Browse files
author
Loïc Mangeonjean
committed
feat: add missing parts
1 parent 5d931c1 commit ae984ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vscodeParts.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,7 @@ export const EditorPart = createPart(Parts.EDITOR_PART, null)
152152
export const StatusBarPart = createPart(Parts.STATUSBAR_PART, null)
153153
export const PanelPart = createPart(Parts.PANEL_PART, ViewContainerLocation.Panel)
154154
export const AuxiliaryPart = createPart(Parts.AUXILIARYBAR_PART, ViewContainerLocation.AuxiliaryBar)
155+
export const TitlebarPart = createPart(Parts.TITLEBAR_PART, null)
156+
export const BannerPart = createPart(Parts.BANNER_PART, null)
155157

156158
export type { CustomView }

0 commit comments

Comments
 (0)