code-server with Remote Development using SSH #2838
Unanswered
coatmaker618
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The remote extensions aren't designed to connect to code-server but you
can still use them. When they connect they'll set up their own server
separate from code-server.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of setting this up on a self-hosted (local) server so I can access it when I'm not on the local network (and when other options like VPN//SSH aren't options). However when I AM on the local network, it'd be nice to be able to use VSCode instead of a web browser.
Is it possible to use "Remote Development using SSH" (seen here: https://code.visualstudio.com/docs/remote/ssh) to connect a local VSCode to the installed code-server? I notice the non nginx approach is SSH, but I'm unclear if it "just works" with vscode remote dev, or if there's other things I hafta do.
Thanks & so glad to have this :)
Beta Was this translation helpful? Give feedback.
All reactions