struct LSP::WorkspaceFolders

Included Modules

Defined in:

lsp/protocol/workspace_folders.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(supported : Bool, change_notifications : Bool | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def change_notifications : String | Bool #

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

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

The server has support for workspace folders


[View source]
def supported? : Bool #

The server has support for workspace folders


[View source]