Details
-
Bug
-
Status: Closed
-
Not Evaluated
-
Resolution: Done
-
Qt Creator 4.11.0, Qt Creator 4.12.0-beta1
-
None
-
-
5a2de2609e797143fe830f55a838ab73c8584cd8 (qt-creator/qt-creator/4.12)
Description
Steps to reproduce:
- open QC from command line by passing multiple python files at once
(e.g. generated python file list from pyside repository or similar..)
OR
- from inside QC use File -> Open File or Project...
- select multiple py files at once (e.g. select all python files from Python's lib folder)
I think QC checks for each file the language client stuff (is pip there? has pyls been installed?) and this is happening blocking - IIRC you promised to make this async - so, please do for the next release..