emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot b0502c8f6f 2/4: * NEWS.md: Add DiagnosticTag supp


From: ELPA Syncer
Subject: [elpa] externals/eglot b0502c8f6f 2/4: * NEWS.md: Add DiagnosticTag support.
Date: Thu, 13 Jan 2022 08:01:48 -0500 (EST)

branch: externals/eglot
commit b0502c8f6f506e41fdfe741ab90df3367f636f94
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * NEWS.md: Add DiagnosticTag support.
---
 NEWS.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index e1b19dd0a6..1e4363ab63 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,11 @@
 # (upcoming)
 
+##### Support DiagnosticTag ([#794][github#794])
+A [DiagnosticTag](diagnostictag) can indicate either "unused or
+unnecessary code" or "deprecated or obsolete code".  Following the
+rendering suggestions in the protocol, we fade out unnecessary code
+and strike-through deprecated code.
+
 ##### New servers have been added to `eglot-server-programs`
 - racket-langserver ([#694][github#694]
 
@@ -221,6 +227,7 @@ TCP connection finds a listening server.
 
 ##### Assorted bugfixes
 
+[diagnostictag]: 
https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#diagnosticTag
 <!--- Now a bunch of references that I auto-generate with
 
 (cl-loop
@@ -319,3 +326,4 @@ and now said bunch of references-->
 [github#751]: https://github.com/joaotavora/eglot/issues/751
 [github#769]: https://github.com/joaotavora/eglot/issues/769
 [github#787]: https://github.com/joaotavora/eglot/issues/787
+[github#794]: https://github.com/joaotavora/eglot/issues/794



reply via email to

[Prev in Thread] Current Thread [Next in Thread]