提交 1b4935d3 编写于 作者: S SteVen Batten

fixes #104184

上级 ec1f0e32
......@@ -24,7 +24,7 @@ export class DialogService implements IDialogService {
declare readonly _serviceBrand: undefined;
private allowableCommands = ['copy', 'cut'];
private allowableCommands = ['copy', 'cut', 'editor.action.clipboardCopyAction', 'editor.action.clipboardCopyAction'];
constructor(
@ILogService private readonly logService: ILogService,
......
......@@ -505,7 +505,9 @@ export class ProgressService extends Disposable implements IProgressService {
'workbench.action.quit',
'workbench.action.reloadWindow',
'copy',
'cut'
'cut',
'editor.action.clipboardCopyAction',
'editor.action.clipboardCutAction'
];
let dialog: Dialog;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册