TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Visual Studio Code Server

133 点作者 filippofinke将近 3 年前

16 条评论

kylecarbs将近 3 年前
Creator of the original <a href="https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server</a> and co-founder of <a href="https:&#x2F;&#x2F;coder.com" rel="nofollow">https:&#x2F;&#x2F;coder.com</a> here. Microsoft’s code-server uses their official extension marketplace, allowing LiveShare, Pylance, and other proprietary extensions in their browser VS Code experience. Their license prevents users from “hosting it as a service” meaning you can’t productize their code-server like you can ours.<p>We’re disappointed that Microsoft chose to release under the `code-server` command-line name. Our community has produced countless blog posts, videos, StackOverflow questions, etc. that will become difficult for our users to find. This naming decision suggests that Microsoft aims to replace our code-server instead of coexisting.<p>We will continue developing our code-server until Microsoft’s has parity. As for Coder, we’re focusing more on the platform side (<a href="https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;coder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;coder</a>) and less on making IDEs work remotely.
评论 #32027111 未加载
评论 #32028224 未加载
de6u99er将近 3 年前
I wonder why the people at Microsoft don&#x27;t credit code-server which has been around for much longer than their offering.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server</a>
评论 #32026836 未加载
fils将近 3 年前
This seems to be a trendy approach. Intellij Fleet (<a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;fleet&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;fleet&#x2F;</a>) Replit (<a href="https:&#x2F;&#x2F;replit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;replit.com&#x2F;</a>) more... (ssh + vim) ;)<p>They are all a bit different of course. I do worry the MS + GitHub hegemony doesn&#x27;t have our best interest in mind though.
评论 #32031171 未加载
pjmlp将近 3 年前
Interesting how everything kind of looks like doing development on timeshared systems.<p><a href="https:&#x2F;&#x2F;dreamsongs.com&#x2F;Cadillac.html" rel="nofollow">https:&#x2F;&#x2F;dreamsongs.com&#x2F;Cadillac.html</a>
评论 #32025353 未加载
BrandiATMuhkuh将近 3 年前
I&#x27;m using this for about 1 year now. It&#x27;s super useful. First, I can connect to my work PC (12 core) from my Laptop at home. Giving me the same speed of a fast PC. Not just that, I can of course do the same from the train, etc. saving heaps of battery. We also use it in our company via GitPod for developers with weak machines, or if it&#x27;s hard to source powerful computer parts in the country they live in.<p>This is likely the biggest change in dev experience for me in the last ~3 years or so.
M0r13n将近 3 年前
This is super helpful for companies that have tight security constraints. At work, I am forced to work in an air-gapped environment to prevent unwanted stuff from coming into our network and also to prevent stuff to leave our network.<p>Setting up the remote Extension is a pain in the A$$, because it is not possible to install the server by hand. It is side loaded by the extension. So I have to download the extension manually and scp it to ~&#x2F;.vscode-server&#x2F;bin&#x2F;${commit_id}.
评论 #32025976 未加载
whyamistillehre将近 3 年前
This is the only thing I wish emacs would do for me, I love the idea of having a collection of dev vms on my big homeserver that I could connect to from whatever.<p>While tramp exists and is cool, it doesnt make for an overly great developer experience -- lsp isnt super pleasant over tramp and it sometimes causes crashes for me.
评论 #32025711 未加载
评论 #32027013 未加载
评论 #32025784 未加载
评论 #32028941 未加载
notpushkin将近 3 年前
There&#x27;s also remote-oss [1], which is fairly low-level (you have to install it on), but doesn&#x27;t require you to pass your traffic through the GitHub proxy that Microsoft&#x27;s service requires (I believe) and is also truly open source (which means, for example, that it can also be used with Codium [2], not just the Microsoft&#x27;s VS Code distribution).<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;xaberus&#x2F;vscode-remote-oss" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xaberus&#x2F;vscode-remote-oss</a> [2]: <a href="https:&#x2F;&#x2F;vscodium.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vscodium.com&#x2F;</a>
评论 #32031810 未加载
chazeon将近 3 年前
Have been using Coder’s code-sever for a while, and using a home PC as gateway to HPC. Home PC is behind Tailscale and Caddy for SSH. Wonder how Microsoft’s implementations work, seems that only I just don’t need a caddy right now since it is replaced by vscode.dev but still need something for making a persistent connection.<p>My previous setup: <a href="https:&#x2F;&#x2F;notes.chazeon.com&#x2F;notes&#x2F;software&#x2F;code-server-over-ssh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notes.chazeon.com&#x2F;notes&#x2F;software&#x2F;code-server-over-ss...</a>
bilekas将近 3 年前
Kinda cool to see it in action, but I&#x27;m struggling to see a use-case.. From experience developing remotely has always been a bit hit&#x2F;miss. This seems like just another way to hit&#x2F;miss.
评论 #32025636 未加载
评论 #32025541 未加载
评论 #32025503 未加载
评论 #32025747 未加载
评论 #32025822 未加载
评论 #32025982 未加载
评论 #32025668 未加载
评论 #32025653 未加载
评论 #32025695 未加载
评论 #32025686 未加载
AdrianB1将近 3 年前
I never thought much about this, but now that I did I think it will be my biggest life improvement since VS Code was launched. It will allow me to work on my local, multi-monitor desktop computer with the server on the actual dev server instead of remoting into that with the negatives of working on a remote (difficult multi-monitor management, losing some local computer notifications, jumping back and forth from one desktop to another etc).
paulgb将近 3 年前
It looks like this will be MIT-licensed, like VS Code itself is.<p><a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;license&#x2F;server" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;license&#x2F;server</a><p>Edit: although they also say you may not “share, publish, rent or lease the software” the software which contradicts to MIT. IANAL but I think the intent is that that applies to binaries published by Microsoft, but not binaries you compile yourself from the codebase?
评论 #32025969 未加载
revskill将近 3 年前
No, never use it as it&#x27;ll collect the user data.
评论 #32032121 未加载
jacooper将近 3 年前
Will Microsoft open source this ?
评论 #32025926 未加载
评论 #32025500 未加载
评论 #32025477 未加载
chazeon将近 3 年前
I cannot install vim extensions on a code-server that is &quot;serve-local&quot;, anyone have the same issue?
gigatexal将近 3 年前
Can something like this be done with vim?
评论 #32025903 未加载
评论 #32026939 未加载
评论 #32025862 未加载
评论 #32029205 未加载
评论 #32026026 未加载