Readonly
fileThese options are reported to the client as part of the ServerCapabilities.
Optional
didFiles were created from within the client. This notification must be registered with the fileOperationOptions.
Optional
didFiles were deleted from within the client. This notification must be registered with the fileOperationOptions.
Optional
didFiles were renamed from within the client. This notification must be registered with the fileOperationOptions.
Optional
willCalled 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.
Optional
willCalled 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.
Optional
willCalled 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.