Skip to content

Commit c43d526

Browse files
authored
Merge pull request #44 from CodinGame/add-missing-parts
Add missing parts
2 parents 5d931c1 + ae984ed commit c43d526

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)