提交 6cc34bb4 编写于 作者: S SteVen Batten

allow cb to be called if task is not cancellable

上级 5f651ee5
......@@ -309,7 +309,7 @@ export class ProgressService2 implements IProgressService2 {
disposables.push(attachDialogStyler(dialog, this._themeService));
dialog.show().then(() => {
if (options.cancellable && typeof onDidCancel === 'function') {
if (typeof onDidCancel === 'function') {
onDidCancel();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册