diff --git a/topics/appendix/glossary.md b/topics/appendix/glossary.md index 3a064cef9..cb84c023e 100644 --- a/topics/appendix/glossary.md +++ b/topics/appendix/glossary.md @@ -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).