massCodeIO / assistant-vscode

massCode assistant for VS Code
MIT License
28 stars 10 forks source link

Doesn't work on WLS mode #4

Open henriquecustodia opened 2 years ago

henriquecustodia commented 2 years ago

I'm running my vscode on WSL mode and when I try to access the snippet the following message appears

massCode app is not running.

I already have installed the massCode app.

Maybe is it happening because the massCode was installed on Windows system and not on Linux subsystem?

related #3

sangyuxiaowu commented 2 years ago

The extension of vscode listens to localhost, and the localhost in wsl is just itself.

You can try to install masscode to wsl too.