; * etc/EGLOT-NEWS: Fix misspellings.
This commit is contained in:
parent
9b775ddc05
commit
6f910ad932
1 changed files with 4 additions and 4 deletions
|
@ -171,12 +171,12 @@ may be disabled via 'eglot-ignored-server-capabilities'
|
||||||
** Basic LSP "workspace folders" support added.
|
** Basic LSP "workspace folders" support added.
|
||||||
Eglot now advertises 'project-root' and 'project-external-roots' as
|
Eglot now advertises 'project-root' and 'project-external-roots' as
|
||||||
workspace-folders. (Configuring 'project-vc-external-roots-function'
|
workspace-folders. (Configuring 'project-vc-external-roots-function'
|
||||||
via Elisp or 'tags-table-list' via Custtomize are two ways to set the
|
via Elisp or 'tags-table-list' via Customize are two ways to set the
|
||||||
external roots of a simple git project.)
|
external roots of a simple git project.)
|
||||||
|
|
||||||
(github#893)
|
(github#893)
|
||||||
|
|
||||||
** Eglot can now show project wide diagnosics via Flymake.
|
** Eglot can now show project wide diagnostics via Flymake.
|
||||||
Some LSP servers report diagnostics for all files in the current
|
Some LSP servers report diagnostics for all files in the current
|
||||||
workspace. Flymake has (as of version 1.2.1) the option to show
|
workspace. Flymake has (as of version 1.2.1) the option to show
|
||||||
diagnostics from buffers other than the currently visited one. The
|
diagnostics from buffers other than the currently visited one. The
|
||||||
|
@ -394,7 +394,7 @@ these two domains.
|
||||||
|
|
||||||
* Changes in Eglot 1.3 (10/12/2018)
|
* Changes in Eglot 1.3 (10/12/2018)
|
||||||
|
|
||||||
** Provide strict checking of incoming LSP messagesp.
|
** Provide strict checking of incoming LSP messages.
|
||||||
|
|
||||||
(github#144, github#156)
|
(github#144, github#156)
|
||||||
|
|
||||||
|
@ -488,7 +488,7 @@ here.
|
||||||
* Changes in Eglot 1.1 (9/7/2018)
|
* Changes in Eglot 1.1 (9/7/2018)
|
||||||
|
|
||||||
** Implement TCP autostart/autoconnect (and support Ruby's Solargraph).
|
** Implement TCP autostart/autoconnect (and support Ruby's Solargraph).
|
||||||
The ':autoport' symbol in the server incovation is replaced
|
The ':autoport' symbol in the server invocation is replaced
|
||||||
dynamically by a local port believed to be vacant, so that the ensuing
|
dynamically by a local port believed to be vacant, so that the ensuing
|
||||||
TCP connection finds a listening server.
|
TCP connection finds a listening server.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue