Function: eglot-show-workspace-configuration-of-listed-connection

eglot-show-workspace-configuration-of-listed-connection is an interactive and byte-compiled function defined in eglot.el.gz.

Signature

(eglot-show-workspace-configuration-of-listed-connection)

Documentation

Show workspace configuration for Eglot server on current line

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(eglot--list-connections-cmd eglot-show-workspace-configuration-of-listed-connection s
  "Show workspace configuration for Eglot server on current line"
  (save-current-buffer (eglot-show-workspace-configuration s)))