Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
Apart from the scenario of downloading qmlls binary from the internet, the current implementation searches for the binary file named 'qmlls' under the `qtFolder`.
However, the Qt/Python package offers a wrapper called 'pyside6-qmlls', which can be found under the <venv>/bin (or <venv>/Scripts/ on Windows) directory.
Thus, starting QML language server may fail with Qt/Python project.