VSCodium——开源且没有微软遥测的VSCode
VSCode是一个有着IDE体验的编辑器,但是它是巨硬制作的,所以懂的都懂,遥测啊,虽然开源
而我今天就要介绍一款开源版的VSCode,也就是VSCodium,它有着和VSCode几乎一样的使用体验,却有无遥测,支持VSCode插件这几个优点
安装
VSCodium有好几种安装方式,让我们看看怎么安装吧!
winget
winget install -e --id VSCodium.VSCodium
一般是不会成功的,因为网络问题,不容易连上微软的服务器
这时可以选择Chocolatey
Chocolatey
如果你还没有安装Chocolatey请先安装
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
安装好后输入以下内容
choco install vscodium
问"Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): "时直接输”A“
UI
安装完成了,先看欢迎页面
好看
?一定是中文语言包干的
其他的就不过赘述了,基本和VSCode一样
VSCodium——开源且没有微软遥测的VSCode
https://zhiyuhub.top/archives/vscodium----kai-yuan-qie-mei-you-wei-ruan-yao-ce-de-vscode