mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Merge from vscode 91e99652cd5fcfc072387c64e151b435e39e8dcf (#6962)
This commit is contained in:
@@ -348,7 +348,9 @@ export class ProgressService extends Disposable implements IProgressService {
|
||||
const disposables = new DisposableStore();
|
||||
const allowableCommands = [
|
||||
'workbench.action.quit',
|
||||
'workbench.action.reloadWindow'
|
||||
'workbench.action.reloadWindow',
|
||||
'copy',
|
||||
'cut'
|
||||
];
|
||||
|
||||
let dialog: Dialog;
|
||||
|
||||
Reference in New Issue
Block a user