Skip to content

Commit

Permalink
Update QML extension to v0.0.3 (#1574)
Browse files Browse the repository at this point in the history
This update fixes qmlls path detection mentioned here:
#1560 (comment)

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.
  • Loading branch information
lkroll authored Oct 24, 2024
1 parent d959c62 commit cc65882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion extensions/qml
Submodule qml updated 3 files
+19 −3 README.md
+1 −1 extension.toml
+13 −22 src/qmljs.rs

0 comments on commit cc65882

Please sign in to comment.