FileOperationOptions

langoustine.lsp.structures.FileOperationOptions
See theFileOperationOptions companion object

Options for notifications/requests for user operations on files.

Value parameters

didCreate

The server is interested in receiving didCreateFiles notifications.

didDelete

The server is interested in receiving didDeleteFiles file notifications.

didRename

The server is interested in receiving didRenameFiles notifications.

willCreate

The server is interested in receiving willCreateFiles requests.

willDelete

The server is interested in receiving willDeleteFiles file requests.

willRename

The server is interested in receiving willRenameFiles requests.

Attributes

Since

3.16.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product