Skip to content

Commit da37034

Browse files
author
Benjamin Pasero
committed
💄
1 parent a42f794 commit da37034

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/vs/workbench/parts/files/browser/views/explorerViewer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,6 @@ export class FileDragAndDrop extends SimpleFileResourceDragAndDrop {
738738
constructor(
739739
@IMessageService private messageService: IMessageService,
740740
@IWorkspaceContextService private contextService: IWorkspaceContextService,
741-
@IProgressService private progressService: IProgressService,
742741
@IFileService private fileService: IFileService,
743742
@IConfigurationService private configurationService: IConfigurationService,
744743
@IInstantiationService private instantiationService: IInstantiationService,
@@ -896,8 +895,6 @@ export class FileDragAndDrop extends SimpleFileResourceDragAndDrop {
896895
}
897896
}
898897

899-
this.progressService.showWhile(promise, 800);
900-
901898
promise.done(null, errors.onUnexpectedError);
902899
}
903900

0 commit comments

Comments
 (0)