struct

LSP::Data::ServerCapabilities::WorkspaceOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

workspace_folders

The server support for workspace folders.

Since 3.6.0

Source
workspace_folders=(workspace_folders : WorkspaceFoldersOptions)

The server support for workspace folders.

Since 3.6.0

Source