nasa / vscode-pvs

LAR-19642-1: Visual Studio Code Extension for PVS
Other
41 stars 8 forks source link

Feature request: WSL2 support #13

Open champignoom opened 2 years ago

champignoom commented 2 years ago

Environment:

When running from within WSL2, VSCode says "This extension is disabled in this workspace because it is defined to run in the Local Extension Host. Please install the extension locally to enable."

Not sure but it might be helpful to separate the front-end part of the IDE from the bindings with local pvs installations.

pmasci commented 2 years ago

Thank you for bringing this up. I will look more closely into WSL and the remote file system APIs to see what can be done. The vscode-pvs front-end is already decoupled from PVS, so it should not be too hard to fix. Updates on the topic will be posted in this thread. -Paolo

psychedel commented 2 years ago

@mAp76 Is there any news here? Is it possible to use PVS with vscode on WSL2 already? Thank you!

pmasci commented 2 years ago

Hi All, I have been investigating what needs to be done. The good news is that it's feasible. The bad news is that this may require a little bit more work than expected.

My current understanding of what needs to be done is as follows:

You will hear more on this in the next few weeks. -Paolo

pmasci commented 2 years ago

vscode-pvs-on-windows-10

Updates on WSL support:

-Paolo

federicorossifr commented 4 months ago

Are there any updates on the availability of the plugin for WSL?

Thanks!

marianomoscato commented 4 months ago

Hi @federicorossifr, we are actively working on adding support for the new version of PVS (8.0) which is more resilient when working in server mode. We expect that this addition will positively impact the WSL support as well. Thanks for your interest.