assistant-vscode
assistant-vscode copied to clipboard
Doesn't work on WLS mode
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
The extension of vscode listens to localhost, and the localhost in wsl is just itself.
You can try to install masscode to wsl too.