Class FileSystemFrontendContribution

Implements

  • FrontendApplicationContribution
  • CommandContribution

Constructors

Properties

corePreferences: CorePreferences
deletedSuffix: string = ...
fileDialogService: FileDialogService
fileService: FileService
mimeService: MimeService
moveSnapshots: Map<string, NavigatableWidgetMoveSnapshot> = ...
onDidChangeEditorFile: Event<{
    editor: NavigatableWidget;
    type: FileChangeType;
}> = ...

Type declaration

onDidChangeEditorFileEmitter: Emitter<{
    editor: NavigatableWidget;
    type: FileChangeType;
}> = ...

Type declaration

openerService: OpenerService
pendingOperation: Promise<void> = ...
selectionService: SelectionService
shell: ApplicationShell
uploadService: FileUploadService
userOperations: Map<number, Deferred<void>> = ...
widgetManager: WidgetManager
workingDirectory: UserWorkingDirectoryProvider

Methods