adisreyaj / vscode-sonarqube-status

Get the result of the Sonar Qube analysis from your CICD pipeline right inside VSCode.
https://marketplace.visualstudio.com/items?itemName=adisreyaj.sonarqube-status
8 stars 8 forks source link

Runtime Status - Uncaught Error: Failed to configure #26

Open pbustosn opened 2 years ago

pbustosn commented 2 years ago

Whenever I try to run commands sonarqubeStatus.get or sonarqubeStatus.refresh the Runtime Status shows Unchaught Error: Failed to configure. My configure file project.json seems fine { "project": "remuneraciones_dev", "sonarURL": "http://localhost:9000/", "auth": { "username": "admin", "password": "sonarqube" } }

adisreyaj commented 2 years ago

The sonarURL should not contain a trailing slash. Try removing it.