
编程者的神器---Code Server
之前看@ety001的帖子,无意中了解到这个神器,从此不能自拔,实在是编程者的神器啊!
Code Server其实就是云端版的Visual Studio Code.
一般我编程的环境就在3个地点:公司电脑,家里台式电脑和家里的笔记本
有时在公司写了一半的代码,走的匆忙没时间把代码push上去,到家后就没办法继续写下去
有了Code Server,代码都在云端,不需要push,到任意一台电脑打开浏览器,登陆Coder Server就可以继续编程了
还有就是,我的笔记本年代久远,配置有点低。代码在笔记本上运行缓慢又耗内存硬盘。但是在云端就没有这个烦恼,代码都在服务器上运行,使用的是服务器的内存和硬盘,笔记本上最多是费了点网络流量。
推荐编程爱好者使用!
Code Server的原代码:https://github.com/cdr/code-server
搭建Code Server可查看这个视频:https://www.youtube.com/watch?v=UeP6VQjMw8Q
- Thanks for your appreciation. / 感谢您的赞赏
List of appreciation
Because of your support, I realize the value of writing articles. / 由于您的支持,我才能够实现写作的价值。
This piece of writing is an original article, utilizing theCC BY-NC-SA 4.0Agreement. For complete reproduction, please acknowledge the source as Courtesy ofERICET
Comment ()