aboutsummaryrefslogtreecommitdiffstats
path: root/dependencies.yaml
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@qt.io>2021-12-13 03:41:19 +0100
committerFawzi Mohamed <fawzi.mohamed@qt.io>2021-12-21 12:25:41 +0100
commit25ac957f6da559333938430eec9cc341823e22cc (patch)
treef6dd1784fc93fbcd92b16a960616ea964676dbb2 /dependencies.yaml
parent2eb0ad0150c23b128f877bc138085612b4f78d49 (diff)
qmlls: qml language server implementation
This is the initial commit, with just qmllint integration, but many of the tricky bits and the architecture are already there, see the description in qqmllanguageserver.cpp and qqmlcodemodel.cpp Pick-to: 6.3 Change-Id: Ie493fed02276f938fde641e8d91c67aed0514d1f Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'dependencies.yaml')
-rw-r--r--dependencies.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index 7b9b6fe948..bc7c8f9e8c 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -11,3 +11,6 @@ dependencies:
../qtsvg:
ref: 2bd8b8d5add421f38fc2d1445096de3d5af285f0
required: false
+ ../qtlanguageserver:
+ ref: bd194b4a3426fdb48564bab42f3a29373cfd93a2
+ required: false