From 939a6ab10864105d44e9c96543be13b9491d2926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 7 Dec 2023 10:50:50 +0100 Subject: [PATCH] glossary.md: add LSP --- topics/appendix/glossary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/topics/appendix/glossary.md b/topics/appendix/glossary.md index 047dd74df..3a064cef9 100644 --- a/topics/appendix/glossary.md +++ b/topics/appendix/glossary.md @@ -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)_