Skip to content

Commit 59b97e1

Browse files
committed
Just "clear cell outputs", not "active cell outputs"
1 parent 2c713dd commit 59b97e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ registerAction2(class extends NotebookCellAction {
12681268
constructor() {
12691269
super({
12701270
id: CLEAR_CELL_OUTPUTS_COMMAND_ID,
1271-
title: localize('clearActiveCellOutputs', 'Clear Active Cell Outputs'),
1271+
title: localize('clearCellOutputs', 'Clear Cell Outputs'),
12721272
menu: {
12731273
id: MenuId.NotebookCellTitle,
12741274
when: ContextKeyExpr.and(NOTEBOOK_CELL_TYPE.isEqualTo('code'), NOTEBOOK_EDITOR_RUNNABLE, NOTEBOOK_CELL_HAS_OUTPUTS),

0 commit comments

Comments
 (0)