From ae61c3c1f9e6dfd2fed7918cb4bd51925d370341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 7 Dec 2023 10:51:12 +0100 Subject: [PATCH] glossary.md: add LSP, fix --- topics/appendix/glossary.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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).