onDidCreateFiles property

Event<FileCreateEvent> get onDidCreateFiles

An event that is emitted when files have been created.

Note: This event is triggered by user gestures, like creating a file from the explorer, or from the {@linkcode workspace.applyEdit}-api, but this event is not fired when files change on disk, e.g triggered by another application, or when using the {@linkcode FileSystemworkspace.fs}-api.

Implementation

_i3.Event<_i3.FileCreateEvent> get onDidCreateFiles => _i4.getProperty(
      this,
      'onDidCreateFiles',
    );