Qt Creator 9.0 "VcsConfiguration"
-
Hey!
With Qt Creator 9.0 this message appears
When Qt Creator starts
General Messages: (Five times)TypeId "VcsConfiguration" of page is unknown. Supported typeIds are: "Fields', 'File', 'Kits', 'Project', 'Summary', 'QtTranslation', 'Form".Linux Ubuntu 22.04, No project is open.
What could this mean?
Greetings -
Looks like that happens when turning the VcsBase plugin off.
The VcsConfiguration wizard page is defined by the VcsBase plugin, and some wizards (share/qtcreator/templates/wizards/projects/vcs/*) refer to it. Though the wizards also specify that they require the corresponding VCS plugins, so it looks like the wizard parser complains without checking if the wizard is actually enabled/available.
I've created https://bugreports.qt.io/browse/QTCREATORBUG-28502
Workaround is to enable VcsBase (or to remove the corresponding wizard files, though I'd not really recommend that).
-
Thanks! I'll check when I get home from work.
Your suggested workaround worked perfectly! Thanks again!