ReadonlyfileThese options are reported to the client as part of the ServerCapabilities.
OptionaldidFiles were created from within the client. This notification must be registered with the fileOperationOptions.
OptionaldidFiles were deleted from within the client. This notification must be registered with the fileOperationOptions.
OptionaldidFiles were renamed from within the client. This notification must be registered with the fileOperationOptions.
OptionalwillCalled before files are actually created as long as the creation is triggered from within the client either by a user action or by applying a workspace edit. This request must be registered with the fileOperationOptions.
a WorkspaceEdit which will be applied to workspace before the files are created.
OptionalwillCalled before files are actually deleted as long as the deletion is triggered from within the client either by a user action or by applying a workspace edit. This request must be registered with the fileOperationOptions.
a WorkspaceEdit which will be applied to workspace before the files are deleted.
OptionalwillCalled before files are actually renamed as long as the rename is triggered from within the client either by a user action or by applying a workspace edit. This request must be registered with the fileOperationOptions.
a WorkspaceEdit which will be applied to workspace before the files are renamed.
Shared service for handling file changes such as file creation, deletion and renaming. The interface methods are optional, so they are only registered if they are implemented.