nickthegroot / vscode-gmusic

:notes: A VS Code Extension for the Google Play Music Desktop Player
https://marketplace.visualstudio.com/items?itemName=nbdeg.vscode-gmusic
MIT License
15 stars 3 forks source link

Extension getting installed in remote environment when using Remote Development in vscode #11

Open MikeKlebolt opened 4 years ago

MikeKlebolt commented 4 years ago

This extension should default to getting installed locally rather than the remote environment.

As a workaround I've had to do the following: https://code.visualstudio.com/docs/remote/ssh#_advanced-forcing-an-extension-to-run-locally-remotely

dalbitresb12 commented 4 years ago

Also tried using it on WSL. Had to force it to run locally using the workaround you did.

Maybe the extension should set its execution location in the package.json file? I found this on the docs.