glossary.md: add LSP, fix

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

View File

@ -59,13 +59,11 @@ Inspection
Intention
: Provides an [automated fix](code_inspections_and_intentions.md) for commonly encountered code problems.
## K
## L
Language Server Protocol _(LSP)_
: Communication standard between development tools and Language Servers, see [](language_server_protocol.md).
## L
Local History _(LVCS)_
: A builtin → _Version Control System_ tracking all changes in the project [locally](https://www.jetbrains.com/help/idea/local-history.html).