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
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