Description
When using the plugin through an SSH connection, it detects the vulnarbilities, however, it never shows the information of the CVE's in the main panel.
To Reproduce
Setup Visual Studio Code to use remote development by SSH ( see https://code.visualstudio.com/docs/remote/ssh ). Then add some malicious pip extensions and let the plugin detect the vulnerabilities, The Explorer panel will show a list with Sonatype Scan Results. Clicking on one of the results then does not populate the main panel with information about the CVE.
Expected behavior
Clicking on one of the results should populate the main panel with information about the CVE.
Screenshots

Desktop (please complete the following information):
- OS: Windows
- NodeJS Version: 16.14.2
- VS Code Version: 1.74.3
- Version of Extension: 1.2.5
Additional context
The machine with VSCode is a Windows machine, the remote system has Ubuntu Linux.
cc @bhamail / @DarthHater