Theia API Documentation v1.65.0
    Preparing search index...

    Subtype of FileSystemProvider that ensures that the optional functions, needed for providers that should be able to read & write files, are implemented.

    Implements

    Index

    Constructors

    Properties

    _capabilities: undefined | FileSystemProviderCapabilities
    encodingService: EncodingService
    onDidChangeCapabilities: Event<any> = Event.None

    #region File Capabilities

    onDidChangeFile: Event<readonly FileChange[]> = ...

    Event that is fired if a (watched) file in the filesystem of this provider has changed.

    onFileWatchError: Event<void> = ...

    Event that is fired if an error occurred when watching files in the filesystem of this provider.

    toDispose: DisposableCollection = ...

    Accessors

    Methods

    • Parameters

      • source: string
      • target: string
      • OptionalcopiedSourcesIn: { [path: string]: boolean }

      Returns Promise<void>