Uploaded image for project: 'VS Code Extension'
  1. VS Code Extension
  2. VSCODEEXT-68

QML Language Server: Download qmlls instead using it from `qtFolder`

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.1.0
    • None
    • QML/QtQuick support
    • None

      In the current implementation, the extension tries to find the latest version inside `qtFolder`. But this approach is not reliable due to the below cases:

      1. `qmlls` might not have the latest features
      2. `qmlls` can crash

      To fix the above cases, users should install the latest Qt version which is not convenient.

      Downloading `qmlls` from a remote repository would remove `qmlls`s dependency on `qtFolder`.

      the `clangd` extension is a good example of this feature

      https://github.com/clangd/vscode-clangd

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            bencho Ben Cho
            orkun.tokdemir Orkun Tokdemir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes