An event that is emitted when files are being created.
Note 1: This event is triggered by user gestures, like creating a file from the
explorer, or from the workspace.applyEdit-api. This event is not fired when
files change on disk, e.g triggered by another application, or when using the
workspace.fs-api.
Note 2: When this event is fired, edits to files that are being created cannot be applied.
An event that is emitted when files are being created.
Note 1: This event is triggered by user gestures, like creating a file from the explorer, or from the
workspace.applyEdit
-api. This event is not fired when files change on disk, e.g triggered by another application, or when using theworkspace.fs
-api.Note 2: When this event is fired, edits to files that are being created cannot be applied.