class TypeProf::LSP::Message::TextDocument::DidClose
textDocument/willSave notification textDocument/willSaveWaitUntil request textDocument/didSave notification
Constants
- METHOD
Public Instance Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/lsp/messages.rb, line 167 def run @params => { textDocument: { uri: } } text = @server.open_texts.delete(uri) return unless text @server.update_file(text.path, nil) end