From 3cd9a562c8ee54c11775ffdee34cbfc591ded7d2 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:57:05 -0800 Subject: [PATCH] Remove Extra Split Cell in notebook task bar (#18020) --- .../contrib/notebook/browser/cellViews/cellToolbar.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts b/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts index 206fdbb090..d8007cb38c 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts @@ -106,7 +106,6 @@ export class CellToolbarComponent { ); } taskbarContent.push( - { action: splitCellButton }, { element: addCellDropdownContainer }, { action: moveCellDownButton }, { action: moveCellUpButton },