使用代码服务器进行远程VS代码开发 [英] Remote VS Code development with code-server

本文介绍了使用代码服务器进行远程VS代码开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经部署了映像 https://hub.docker.com/r/ codercom / code-server ,它是Azure容器中的远程VS代码。但是现在,如果我想在该VS Code中打开任何项目(例如,带有节点和angular cli设置的Angular项目)并远程开发,该如何实现。

I have deployed the image https://hub.docker.com/r/codercom/code-server which is remote VS code in Azure containers. But now if I want to open any Project(Eg: Angular Project with node and angular cli setup)in that VS Code and develop remotely how can I achieve this.

推荐答案

对于您的要求,我认为有两种方法可以实现。

For your requirements, I think there are two ways to achieve it.

一个是将您的项目复制到映像,然后将映像部署到ACI。或在将映像部署到ACI之后复制项目。

One is that copy your project to the image and then deploy the image to the ACI. Or copy the project after deploying the image to ACI.

另一个是将Azure文件共享安装到ACI ,然后将项目上传到Azure文件共享。

Another is that mount Azure File share to the ACI, and then upload the projects to the Azure file share.

这篇关于使用代码服务器进行远程VS代码开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆