seanwu1105 / vscode-qt-for-python

Qt for Python (PySide and PyQt) extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python
MIT License
176 stars 15 forks source link

qmlls popup when opening project that contains QML files #324

Open AndreiMiculita opened 2 months ago

AndreiMiculita commented 2 months ago

Describe the Bug When opening a project that contains QML files (in a certain subfolder) in VS Code I get an error popup detailing the usage of qmlls.

To Reproduce Steps to reproduce the behavior:

  1. Install Qt 6.7.0 using aqtinstall
    pip install -U pip
    pip install aqtinstall
    mkdir ~/Qt && cd ~/Qt
    aqt install-qt windows desktop 6.7.0 win64_msvc2019_64
  2. Install VS Code
  3. Open a project that, in one of its folders, contains QML files.

Screenshots If applicable, add screenshots to help explain your problem.

image

This can be dismissed by pressing "OK" but it's inconvenient. Would be nice to know the cause at least.

Environment (please complete the following information)

Extension Configurations None configured, all left default

RokeJulianLockhart commented 2 months ago

https://github.com/seanwu1105/vscode-qt-for-python/issues/324#issue-2243677831

@AndreiMiculita, using https://marketplace.visualstudio.com/_apis/public/gallery/publishers/seanwu/vsextensions/vscode-qt-for-python/7.6.0/vspackage on code-insiders-1.89.0-1713939362.el8.src.rpm on https://download.fedoraproject.org/pub/fedora/linux/releases/40/Spins/x86_64/iso/Fedora-KDE-Live-x86_64-40-1.14.iso, I don't even get that:

Command failed: /usr/bin/python3 /home/RokeJulianLockhart/.vscode-insiders/extensions/seanwu.vscode-qt-for-python-7.6.0/python/scripts/qmlls.py --help

SaurabhAnsys commented 2 months ago

I am also getting the same issue. it's inconvenient.

nofkclue commented 1 month ago

Same here! With every start of vscode (or the extensions of it) it pops up...

2296399626 commented 1 month ago

Me too, waiting fo solution

cozimus commented 3 weeks ago

Here having the same issue