redhat-developer / intellij-quarkus

IntelliJ Quarkus Tools
Eclipse Public License 2.0
113 stars 43 forks source link

fix: Error while adding QuarkusRunConfigurationType in Services view settings #1330

Closed angelozerr closed 3 weeks ago

angelozerr commented 3 weeks ago

fix: Error while adding QuarkusRunConfigurationType in Services view settings

Fixes #1299, #1323

This PR uses the RunDashboardDefaultTypesProvider extension point to add automaticlly the Quarkus Run config type in the Services view when the option 'Create "Quarkus Dev Mode" run configuration on project import' is activated.

It avoids to add the Quarkus Run config type with the RunDashboardManager#setTypes which can causes many problems like

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

fbricon commented 3 weeks ago

thanks @angelozerr!