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

    Implements

    Index

    Constructors

    Properties

    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

    • Converts from an underlying fs provider resource format.

      For example converting file resources under a user home to user-storage resource:

      • file://home/.theia/settings.json => user-storage:/user/settings.json
      • file://documents/some-document.txt => undefined

      Parameters

      Returns undefined | URI