nicollasricas / vscode-deck

Enables Stream Deck integration with Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=nicollasr.vscode-streamdeck
MIT License
81 stars 11 forks source link

Feature Request: Support WSL2 paths for Open Folder #34

Closed meenie closed 2 years ago

meenie commented 2 years ago

As the title says. I don't want to use the network path because then it doesn't run vs code within WSL. From powershell, you can run this command to do it: code -n --folder-uri=vscode-remote://wsl+Ubuntu/home/meenie/dev-project

nicollasricas commented 2 years ago

Hey,

Did you try adding the full path to the "open folder" action? It should work.

image

proximix commented 9 months ago

Am I missing something here? I am putting \wsl.localhost\Ubuntu-22.04\home\username\code\work in my path but it just opens up in a non WSL window like meenie said. How do you get this to open a folder in a WSL window?