简体   繁体   English

Company.network 中的 Visual Studio Code

[英]Visual Studio Code inside Company network

Is there a standard way to handle Visual Studio Code inside a company.network, in which VS Code is not allowed to contact the Inte.net?有没有一种标准的方法来处理 company.network 中的 Visual Studio Code,其中 VS Code 不允许联系 Inte.net?

For eg Eclipse, we can host our own update sites for plugins and can package pre-configured versions of the IDE for the developers.例如 Eclipse,我们可以托管我们自己的插件更新站点,并且可以 package 为开发人员提供 IDE 的预配置版本。

Is there something similar for VS Code? VS Code 有类似的东西吗?

There are two ways (I know of) how you can provide pre-configured VSCode-installations有两种方法(我知道)可以提供预配置的 VSCode 安装

A) VSCode inside a Docker container. A) Docker 容器内的 VSCode。 You'll have a minimal standard installation of VSCode on your computer, all plugins and settings come with the Docker image that is loaded into your local VSCode installation.您将在您的计算机上安装 VSCode 的最小标准,所有插件和设置都带有加载到本地 VSCode 安装中的 Docker 图像。 See docs here: https://code.visualstudio.com/docs/remote/containers请在此处查看文档: https://code.visualstudio.com/docs/remote/containers

B) VSCode web. This is a zero-installation version of VSCode which is running in the web browser. B) VSCode web。这是VSCode的零安装版本,运行在web浏览器中。 See docs here: https://code.visualstudio.com/docs/editor/vscode-web You can try it on GitHub: open any repo and change .com in the domain to .dev请参阅此处的文档: https://code.visualstudio.com/docs/editor/vscode-web您可以在 GitHub 上尝试:打开任何存储库并将域中的.com更改为.dev

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM