You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt Designer is now often used within the PyQt5-tools package (as you say into your readme) and it could be great to allow relative paths for the pyqt-integration.qtdesigner.path (and others):
from the ${workspaceFolder}
or from the python.pythonPath
The text was updated successfully, but these errors were encountered:
Usually they are using PyQt5-tools or python distribution like Anaconda, if the command "designer" is available in your system, you can set it to pyqt-integration.qtdesigner.path and it should work.
If someone wants to put the PyQt5-tools package into ${workspaceFolder}, sounds interesting to add this support.
Qt Designer is now often used within the PyQt5-tools package (as you say into your readme) and it could be great to allow relative paths for the
pyqt-integration.qtdesigner.path
(and others):${workspaceFolder}
python.pythonPath
The text was updated successfully, but these errors were encountered: