From 0a6b84989775c0a9054ee5167212454da09c416f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 18 Oct 2023 14:10:54 +0200 Subject: Add an LSP server This provides IDE-agnostic tooling via the Language Server Protocol (https://microsoft.github.io/language-server-protocol). The protocol implementation is taken from Qt Creator, plus a minimal set of dependencies. For now, our server provides only the "Goto definition" capability, which allows IDE users to click on a Depends item and get to the corresponding module or product. Task-number: QBS-395 Change-Id: Ia444aa7a6d1c114e4fd456098c74134ccdaadcec Reviewed-by: Ivan Komissarov --- src/src.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.qbs') diff --git a/src/src.qbs b/src/src.qbs index 84c045f43..f5a5ae5a1 100644 --- a/src/src.qbs +++ b/src/src.qbs @@ -7,6 +7,7 @@ Project { "plugins/plugins.qbs", "shared/bundledqt/bundledqt.qbs", "shared/json/json.qbs", + "shared/lsp/lsp.qbs", "shared/quickjs/quickjs.qbs", "shared/variant/variant.qbs", ] -- cgit v1.2.3