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

extensiton report "Error: Unexpected end of JSON input" #32

Open ClaudiusJXK opened 2 years ago

ClaudiusJXK commented 2 years ago

I install sonarqube-status in vscode market, the project.json will be rewrite by default when i use commond get-report. I compile the extension by source code, but report as below when i debug " [2022-04-28 15:26:35.803] [renderer24] [error] [Extension Host] Error: Unexpected end of JSON input at Ue.component (/media/vdc1/code/js/vscode-sonarqube-status/dist/extension.js:2:249828) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) " project.json " { "project": "xnm", "sonarURL": "xxxurl", "auth": { "username": "xnm", "password": "xnm" } } " vscode version : Linux 1.66.2