提交 34e51941 编写于 作者: R rebornix

Fix ##93888. Update icons

上级 7a8e3bac
......@@ -311,7 +311,7 @@ MenuRegistry.appendMenuItem(MenuId.EditorTitle, {
command: {
id: 'workbench.action.executeNotebook',
title: localize('notebookActions.menu.executeNotebook', "Execute Notebook (Run all cells)"),
icon: { id: 'codicon/debug-start' }
icon: { id: 'codicon/run-all' }
},
order: -1,
group: 'navigation',
......@@ -323,7 +323,7 @@ MenuRegistry.appendMenuItem(MenuId.EditorTitle, {
command: {
id: 'workbench.action.executeNotebookCell',
title: localize('notebookActions.menu.execute', "Execute Notebook Cell"),
icon: { id: 'codicon/debug-continue' }
icon: { id: 'codicon/run' }
},
order: -1,
group: 'navigation',
......@@ -645,7 +645,7 @@ registerAction2(class extends Action2 {
order: CellToolbarOrder.DeleteCell,
when: ContextKeyExpr.equals(NOTEBOOK_EDITABLE_CONTEXT_KEY, true)
},
icon: { id: 'codicon/x' }
icon: { id: 'codicon/trash' }
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册