当前位置:网站首页>VS Code私有服务器部署(私有化)
VS Code私有服务器部署(私有化)
2022-08-05 05:25:00 【回首思】
VSCode(全称:Visual Studio Code)是一款由微软开发且跨平台的免费源代码编辑器。该软件支持语法高亮、代码自动补全(又称 IntelliSense)、代码重构、查看定义功能,并且内置了命令行工具和 Git 版本控制系统。而VS Code又能像jupyter一样配置在服务器,让使用的环境,使用的设备的局限性大大降低。
一、下载GitHub开源项目文件,并解压至文件夹
wget https://github.com/cdr/code-server/releases/download/v3.10.2/code-server-3.10.2-linux-amd64.tar.gz
tar zxvf code-server-3.10.2-linux-amd64.tar.gz -C /opt
二、运行VS Code
cd /opt/code-server-3.10.2-linux-amd64/
./code-server
ctrl+c 停止
三、修改配置文件
vim ~/.config/code-server/config.yaml
如果是部署在服务器或者需要局域网内其他人也能访问到那么ip就写为0.0.0.0:端口号
端口号自定义,只要不被占用
password刚进去看到的是加密的直接改为自己的即可
如果是服务器记得在服务器控制台对端口放行,如果服务器安装了宝塔面板,那么宝塔面板也需要设置放行端口
四、运行VS Code
./code-server
局域网访问===>ip:端口号
服务器访问====>ip(或域名):端口号
本机访问======>127.0.0.1:端口号
边栏推荐
猜你喜欢
scikit-image图像处理笔记
深夜小酌,50道经典SQL题,真香~
[Problem has been resolved]-Virtual machine error contains a file system with errors check forced
Alibaba Cloud Video on Demand
多行文本省略
Met with the browser page
Error correction notes for the book Image Processing, Analysis and Machine Vision
Configuration of routers and static routes
The hook of the operation of the selenium module
教您简单几步实现工业树莓派正确安装RS232转USB驱动
随机推荐
Take you in-depth understanding of cookies
[问题已处理]-jenkins流水线checkout超时
Pytorch分布式并行处理
D45_Camera assembly Camera
记录vue-页面缓存问题
UI刘海屏适配方式
VSCode编写OpenCV
LaTeX使用frame制作PPT图片没有标号
深入分析若依数据权限@datascope (注解+AOP+动态sql拼接) 【循序渐进,附分析过程】
DevOps - Understanding Learning
el-progress实现进度条颜色不同
大小屏适配
Network Troubleshooting Basics - Study Notes
带你深入了解Cookie
Drools规则引擎快速入门(一)
VRRP overview and experiment
通过反射获取Class对象的四种方式
图像处理、分析与机器视觉一书纠错笔记
The use of three parameters of ref, out, and Params in Unity3D
Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"