struct LSP::Data::ServerCapabilities::WorkspaceFoldersOptions

Included Modules

Defined in:

lsp/data/server_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def change_notifications : Bool | String #

[View source]
def change_notifications=(change_notifications : Bool | String) #

[View source]
def supported : Bool #

The server has support for workspace folders


[View source]
def supported=(supported : Bool) #

The server has support for workspace folders


[View source]