From cc658823b0b26c4af806ebd03ac231db75d0a8b7 Mon Sep 17 00:00:00 2001 From: Lennart Kroll <24440161+lkroll@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:55:57 +0200 Subject: [PATCH] Update QML extension to v0.0.3 (#1574) This update fixes qmlls path detection mentioned here: https://github.com/zed-industries/extensions/pull/1560#issuecomment-2426830539 It is now using worktree.which to get the full path to either qmlls or qmlls6 if it can be found in $PATH. The error message when qmlls was not found is now clearer as well, including some docs on how to install it on various distros and MacOS. --- extensions.toml | 2 +- extensions/qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.toml b/extensions.toml index 0e3935d78..f75396595 100644 --- a/extensions.toml +++ b/extensions.toml @@ -1079,7 +1079,7 @@ version = "0.0.3" [qml] submodule = "extensions/qml" -version = "0.0.2" +version = "0.0.3" [quiet-light-theme] submodule = "extensions/quiet-light-theme" diff --git a/extensions/qml b/extensions/qml index 1ecf7059c..674602e27 160000 --- a/extensions/qml +++ b/extensions/qml @@ -1 +1 @@ -Subproject commit 1ecf7059ca926dd25b604aa62fe99fe0d59c7ec2 +Subproject commit 674602e2711a3bf78f32473c0eb3c9492b16521c