Could you double-check your SonarQube for VS Code version? You’ve listed 11.7, which is a valid (but old) version for SonarQube for IntelliJ. But the current version of SonarQube for VS Code is 4.41.
It seems to be a problem with your network. Can you access the SonarQube Cloud UI from the browser? Do you have some form of network restrictions in place on your machine?
You also have a strange message at the beginning:
Error: Unable to read file ‘c:\Users\cso4705.vscode\extensions\sonarsource.sonarlint_ondemand-analyzers\package.json’ (Error: Unable to resolve nonexistent file ‘c:\Users\cso4705.vscode\extensions\sonarsource.sonarlint_ondemand-analyzers\package.json’
I can connect to SonarCloud through this same machine, without problems; the process works, until the part when I need to configure the organization on the IDE’s plugin; it just don’t work, there is no organization listed on it, and I can’t write the organization name.
I tried different ways to do it (starting through the IDE, ‘following the wizard’ or creating the token directly on Cloud’s configuration page, but nothing seems to work.
That’s unfortunate… For now I don’t have another explanation than a security software on your device that would block the outgoing traffic. We start a background process from the extension (listed as sonarlint-ls.jar if you run jps), and if you are in a restrictive environment, maybe this process is not allowed to make network requests?