]> git.eshelyaron.com Git - emacs.git/commit
Subject: send clientInfo during the initialize request
authorFelician Nemeth <felician.nemeth@gmail.com>
Wed, 22 Mar 2023 18:34:03 +0000 (18:34 +0000)
committerJoão Távora <joaotavora@gmail.com>
Wed, 22 Mar 2023 18:34:45 +0000 (18:34 +0000)
commitc5f369bacc414fce6a1ed17733188f4c1cdfe317
treeef686012711a4dfa56a1e0d569255480222d20d2
parente340354299421a1a0773e6443f7901964b5d7c6d
Subject: send clientInfo during the initialize request

'clientInfo' arrived in LSP 3.15.0.  LSP clients can use clientInfo to
identify themselves in the initialize request.  This is generally
useful for various debugging tasks.

* lisp/progmodes/eglot.el (eglot--connect): Send clientInfo.
Author:
lisp/progmodes/eglot.el