diff --git a/src/vs/base/browser/ui/grid/gridview.ts b/src/vs/base/browser/ui/grid/gridview.ts index 352a76d1ad6..8e881ddd259 100644 --- a/src/vs/base/browser/ui/grid/gridview.ts +++ b/src/vs/base/browser/ui/grid/gridview.ts @@ -33,7 +33,7 @@ TODO: of the next view could be to a) check on the same dimension first (left/up) and then go one dimension up. - create grid wrapper which automatically sizes the new views -- implement serialization/deserialization util +- implement serialization/deserialization util */ function orthogonal(orientation: Orientation): Orientation {