File tree Expand file tree Collapse file tree
src/vs/workbench/parts/files/browser/views Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments