struct

LSP::Data::ServerCapabilities::ExecuteCommandOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(commands : Array(String) = [] of String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

commands

The commands to be executed on the server

Source
commands=(commands : Array(String))

The commands to be executed on the server

Source