Class: TypeProf::LSP::Message::CancelRequest

Inherits:
TypeProf::LSP::Message show all
Defined in:
lib/typeprof/lsp/messages.rb

Constant Summary collapse

METHOD =

notification

"$/cancelRequest"

Constants inherited from TypeProf::LSP::Message

Classes, Table

Instance Method Summary collapse

Methods inherited from TypeProf::LSP::Message

build_table, find, inherited, #initialize, #log, #notify, #respond, #respond_error

Constructor Details

This class inherits a constructor from TypeProf::LSP::Message

Instance Method Details

#runObject



50
51
52
# File 'lib/typeprof/lsp/messages.rb', line 50

def run
  @server.cancel_request(@params[:id])
end