在linux系统(centOS7)中安装VSCode(VisualStudioCode)在linux系统(centOS7)中安装VSCode(Visual Studio Code)
写在前⾯
本⽂所使⽤的软件&版本信息
1. 虚拟机:VMware Workstation 15 PRO, 15.0.0 build-10134415
2. linux:CentOS-7-x86_64-DVD-1810.iso
⽂末有问题总结
如果遇到困难,先看看后⾯。 // 还没写呢,先别看了
官⽅⽂档
将来某天也许会更新
vs code + c 环境配置
安装流程
准备⼯作
1. 连接⽹络
点击桌⾯右上⾓图标 -> Wired OFF -> Connect
安装 VS Code
1. 打开命令⾏
桌⾯右键 -> Open Terminal
2. 切换到root⽤户
su root
3. sudo
sudo rpm --import packages.microsoft/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=packages.microsoft/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=htt ps://packages.microsoft/keys/microsoft.asc" > /pos.po'
4. 使⽤yum命令安装
yum check-update
sudo yum install code
中途会有两次询问, ⽆脑y就可以了。
5. 安装完成
打开 VS Code
1. 切换到普通⽤户
su chenzui
2. 打开vs code
/usr/share/code/bin/code
3. 安装完成
visual studio和vs code的区别问题 & 解决 // 吃饭了,以后再写
chenzui is not in the sudoers file. This incident will be reported.
Another app is currently holding the yum lock; waiting for it to exit…

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。