提交 ee7e0ad0 编写于 作者: R rebornix

fix #115107.

上级 5e5f2f3b
......@@ -353,8 +353,8 @@ export function getExecuteCellPlaceholder(viewCell: BaseCellViewModel) {
command: undefined,
// text: `${keybinding?.getLabel() || 'Ctrl + Enter'} to run`,
// tooltip: `${keybinding?.getLabel() || 'Ctrl + Enter'} to run`,
text: isWindows ? 'Ctrl + Alt + Enter' : 'Ctrl + Enter to run',
tooltip: isWindows ? 'Ctrl + Alt + Enter' : 'Ctrl + Enter to run',
text: isWindows ? 'Ctrl + Alt + Enter to run' : 'Ctrl + Enter to run',
tooltip: isWindows ? 'Ctrl + Alt + Enter to run' : 'Ctrl + Enter to run',
visible: true,
opacity: '0.7'
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册