Function: eglot--signal-textDocument/didClose

eglot--signal-textDocument/didClose is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot--signal-textDocument/didClose)

Documentation

Send textDocument/didClose to server.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--signal-textDocument/didClose ()
  "Send textDocument/didClose to server."
  (with-demoted-errors
      "[eglot] error sending textDocument/didClose: %s"
    (jsonrpc-notify
     (eglot--current-server-or-lose)
     :textDocument/didClose `(:textDocument ,(eglot--TextDocumentIdentifier)))))