Skip to content

Commit

Permalink
Merge pull request #44 from CodinGame/add-missing-parts
Browse files Browse the repository at this point in the history
Add missing parts
  • Loading branch information
CGNonofr authored Feb 13, 2024
2 parents 5d931c1 + ae984ed commit c43d526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vscodeParts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,7 @@ export const EditorPart = createPart(Parts.EDITOR_PART, null)
export const StatusBarPart = createPart(Parts.STATUSBAR_PART, null)
export const PanelPart = createPart(Parts.PANEL_PART, ViewContainerLocation.Panel)
export const AuxiliaryPart = createPart(Parts.AUXILIARYBAR_PART, ViewContainerLocation.AuxiliaryBar)
export const TitlebarPart = createPart(Parts.TITLEBAR_PART, null)
export const BannerPart = createPart(Parts.BANNER_PART, null)

export type { CustomView }

0 comments on commit c43d526

Please sign in to comment.