Variable: eglot-withhold-process-id
eglot-withhold-process-id is a variable defined in eglot.el.gz.
Value
nil
Documentation
If non-nil, Eglot will not send the Emacs process id to the language server.
This can be useful when using docker to run a language server.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar eglot-withhold-process-id nil
"If non-nil, Eglot will not send the Emacs process id to the language server.
This can be useful when using docker to run a language server.")