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

Details

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

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes