View Source GenLSP.Structures.FileOperationOptions (gen_lsp v0.8.1)

Options for notifications/requests for user operations on files.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • did_create: The server is interested in receiving didCreateFiles notifications.
  • will_create: The server is interested in receiving willCreateFiles requests.
  • did_rename: The server is interested in receiving didRenameFiles notifications.
  • will_rename: The server is interested in receiving willRenameFiles requests.
  • did_delete: The server is interested in receiving didDeleteFiles file notifications.
  • will_delete: The server is interested in receiving willDeleteFiles file requests.

Link to this section Types

Link to this section Functions

Link to this function

%GenLSP.Structures.FileOperationOptions{}

View Source (struct)

fields

Fields

  • did_create: The server is interested in receiving didCreateFiles notifications.
  • will_create: The server is interested in receiving willCreateFiles requests.
  • did_rename: The server is interested in receiving didRenameFiles notifications.
  • will_rename: The server is interested in receiving willRenameFiles requests.
  • did_delete: The server is interested in receiving didDeleteFiles file notifications.
  • will_delete: The server is interested in receiving willDeleteFiles file requests.