What's the relationship between this code-server and Microsoft's 'VS Code Server' service? #5517
Answered
by
jsjoeio
liuyiqi1999
asked this question in
Q&A
|
Microsoft released a 'VS Code Server' service recently. According to the doc , it looks basically the same as what this code-server does. It's CLI tool is even also called 'code-server'. I'm wondering what's the relationship between these two projects, and if not related, what will this code-server going to be if the Microsoft VS Code Server's no longer 'private preview' any more. |
Answered by
jsjoeio
Aug 29, 2022
Replies: 1 comment 4 replies
|
Great question! It does indeed seem like the two projects are serving the same purpose. Is theirs still in private preview? code-server (ours) can be run behind a proxy. Not sure if theirs can. We'll have to wait and see. I know that's a little vague but we don't want to say too much until their project is a little bit more mature. |
4 replies
Answer selected by
liuyiqi1999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question! It does indeed seem like the two projects are serving the same purpose. Is theirs still in private preview?
code-server (ours) can be run behind a proxy. Not sure if theirs can. We'll have to wait and see. I know that's a little vague but we don't want to say too much until their project is a little bit more mature.