struct

LSP::ServerCapabilities::Workspace

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(workspace_folders : LSP::WorkspaceFoldersServerCapabilities | Nil = nil, file_operations : LSP::ServerCapabilities::Workspace::FileOperations | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_operations

The server is interested in file notifications/requests.

Source
file_operations=(file_operations : FileOperations | Nil)

The server is interested in file notifications/requests.

Source
workspace_folders

The server supports workspace folder.

Source
workspace_folders=(workspace_folders : WorkspaceFoldersServerCapabilities | Nil)

The server supports workspace folder.

Source

Nested types