glossary.md: add LSP

This commit is contained in:
Yann Cébron 2023-12-07 10:50:50 +01:00
parent e6eafe707e
commit 939a6ab108

View File

@ -59,6 +59,11 @@ Inspection
Intention
: Provides an [automated fix](code_inspections_and_intentions.md) for commonly encountered code problems.
## K
Language Server Protocol _(LSP)_
: Communication standard between development tools and Language Servers, see [](language_server_protocol.md).
## L
Local History _(LVCS)_