Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 15.0.0
-
None
-
18cd9359b (master)
Description
Currently, it is possible to set Language Clients via the Language Client Manager to start their servers once per project with BaseSettings::RequiresProject.
For qmlls to be able to be managed by LanguageClientManager, it would need a way to be enabled/disabled in a project specific manner.
Maybe the LanguageClientProjectSettingsWidget class & friends could be extended to enable/disable "per project" language servers on the current project with an extra checkbox?
Attachments
Issue Links
- is required for
-
QTCREATORBUG-31897 simplify qmlls setup / make it work out of the box
- In Progress