-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore adopting the CLI for starting/managing the VS Code Server on WSL #7864
Comments
Here's a different way I'm thinking about it.
I have some free cycles today, so I will prototype this. |
Yes please, I would really like |
+1 I use WSL with windows but I cannot access it from my macbook because remote tunnel will only connect to windows and I can't access WSL files |
Instead of downloading the server distro, install the standalone CLI
What's missing in the CLI:
code serve-local
--download-folder
to pass a folder that contains already downloaded server distros archives. The resolver will try to pre-download the distros on the client to avoid download issues on the WSL distro side.Optional:
Use the CLI as proxy to connect to a server port, replacing the current proxy solution
code serve
. Server is downloaded and started on some port or socket path on the WSL side.localhost:3456
wsl -e /somepath/code --connect-local
and uses stdin/out to proxy the requestswsl -e /somepath/code --connect-local
connects to the server stated bycode serve
.The text was updated successfully, but these errors were encountered: